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 窗体应用程序。
我的目标是加载网页并将变量从网页传递到表单。也许通过java脚本。但我无法确定是否可以将变量从 webbrowser 组件传递到表单的其余部分。
加载网页,Webbrowser.Navigate()然后使用该WebBrowser.DocumentText属性获取加载页面的 html。您必须在页面加载后读取此属性,以便在DocumentCompleted处理程序中使用它。
Webbrowser.Navigate()
WebBrowser.DocumentText
DocumentCompleted