2012-09-10 23 views

回答

2

使用System.Net.WebClient

Using c As New Net.WebClient() 
    retrieved = c.DownloadString("http://www.abc.com/viewProduct/?productNumber=" & sCode) 
End Using 
+0

感谢有用的答案。 –

相关问题