Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jqxgrid の&代わりにデータを表示することに問題が&あります。約 7 列のグリッドがあります。3 つの列にはこれらの特殊文字の問題があり、データは ajax 呼び出しを使用して Json から取得されています。解決するためのいくつかの提案を教えてくださいこの問題。
&
&
交換できます。正規表現を使用して & 記号で。以下のコードは、すべて &; を置き換えます。と &
data.replace(/&/g,"&");