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.
Imacros を Web ページに移動し、抽出を html ファイルとしてダウンロードします。しかし、何らかの理由で、リンクを壊すファイル内に二重引用符を書いています。これを修正する方法は?
例:
JavaScript または EVAL を使用する
コードはtext=text.replace(/""/g,'"');
text=text.replace(/""/g,'"');
http://wiki.imacros.net/EVAL
編集:
これを試してください:
text=text.replace(/\"\"/g,'"');
一部の特殊文字は次のように表記されます \s \n \r /