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.
我想知道是否可以使用 Windows 中的命令提示符在浏览器窗口中执行 JavaScript。是否可以在新的浏览器窗口中启动 chrome 并执行 JS 文件,所有这些都来自命令提示符?
我对此表示怀疑。
我只是尝试过这个:
您可以javascript:alert("moo")输入浏览器的主页 url 设置,它会在您打开浏览器时立即运行。
javascript:alert("moo")