Now enter the following command to replace all occurrences of the word ABC with XYZ. document.body.innerHTML = document.body.innerHTML.replace(/ ...
確定! 回上一頁