替換HTML字符串使用javascript我有這樣的HTML代碼:使用.replace
<p>Hello, this is a test replacing, <span class="myclass">over test</span> and <span class="myclass">over test</span>.</p>
我的JavaScript作品有 「FuuBar」 一詞取代 「你好」。
document.body.innerHTML = document.body.innerHTML.replace(/Hello/g, "FuuBar");
但我不能代替<span class="myclass">over test</span>
通過<span class="thanks"><b>Thanks God</b></span>
我在JavaScript我開始。我需要在純js中解決這個問題。可以幫助我的代碼?對於英語感到抱歉。
JsFiddle尋求幫助。
在這裏看到什麼墊指的是:http://jsfiddle.net/puya3/3/ – maxedison
感謝墊和maxedison。你救了我的命! – Joselito