怎么修改網(wǎng)頁內(nèi)容 如何使用代碼改網(wǎng)頁內(nèi)容?
如何使用代碼改網(wǎng)頁內(nèi)容?1.隨便進一個網(wǎng)頁2.把這段代碼打到 瀏覽器中javascript:document.body.contentEditable="true" document.designMo

如何使用代碼改網(wǎng)頁內(nèi)容?
1.隨便進一個網(wǎng)頁
2.把這段代碼打到 瀏覽器中javascript:document.body.contentEditable="true" document.designMode="on" void 0
3.然后 修改想改的內(nèi)容
最后輸入javascript:document.body.contentEditable="false" void 0 進行保存就可以了。