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 之类的东西
HtmlWindow frame = webBrowser1.Document.Window.Frames["main"]; frame.Navigate("http://" + webBrowser1.Url.Host + "/some_page.php");