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.
我在我的应用程序中实现了一个 Webbrowser,有没有办法在 Webbrowser 中找到当前加载的文档的标题?
我想要实现的是浏览器重新加载网站,直到文档达到特定标题。
您在应用程序中实现了 IE 浏览器 com 对象?如果是这样,您可以获取“IHTMLDocument2”接口指针并调用“get_title”来获取标题字符串。或者,您也可以从“IHTMLDocument3”界面获取 html 源代码并自行解析。
参考:从 CHtmlView (visual studio 6) 中检索 HTML 源代码