用法如下
Dim client As New WebClient() Dim url As String = "http://www.SimplexTeam.org" Dim html_stream As Stream = client.OpenRead(url)這樣便能將url的內容讀入stream中了^^
| < 上一頁 | 下一頁 > |
|---|
Dim client As New WebClient() Dim url As String = "http://www.SimplexTeam.org" Dim html_stream As Stream = client.OpenRead(url)這樣便能將url的內容讀入stream中了^^
| < 上一頁 | 下一頁 > |
|---|