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.
我想获取网站的html源代码,
它类似于:
wb.Document...
1:
webbrowser1.document.body.innerhtml
2:
Dim webClient As New System.Net.WebClient Dim result As String = webClient.DownloadString("http://www.google.co.il")
;)