标签: python vb.net
在VB中,我写道:
Dim client As New System.Net.WebClient() Dim sourceString As String = client.DownloadString("https://www.facebook.com/audi/posts/10155153026226470")
但是,这两个字符串不包含网页的内容。如何编写正确的VB代码?