1

ウェブサイトのhtmlソースコードを取得したいのですが、

それは次のようなものです:

wb.Document...
4

1 に答える 1

7

1:

webbrowser1.document.body.innerhtml

2:

Dim webClient As New System.Net.WebClient
Dim result As String = webClient.DownloadString("http://www.google.co.il")

;)

于 2012-06-19T11:54:48.503 に答える