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.
如何在 WinForms 的 WebBrowser 上完全禁用 javascript?
你不能。客户端应用程序无法在浏览器中禁用 JavaScript。
有了这个,您可以禁用来自 javascript 的警告
webBrowser.ScriptErrorsSuppressed = true;