当我在URL栏中写字时
javscript:document.getElementById("existing_elementid").innerHTML = "some text";
我的浏览器不会更改对象的innerHTML,而是删除整个页面并设置“some text”。
之后,源代码如下所示:
<html>
<head></head>
<body>
some text
</body>
</html>
修改
答案 0 :(得分:1)
哇,我希望有一个更好的解决方案,但是..这似乎有效..(正好在这个stackoverflow页面上,实际上)
的javascript:document.querySelector( “#NAV-问题”)的innerHTML = “测试”; window.stop();