2015-09-28 46 views

回答

1

你應該使用類似以下內容:

Dim elementCollection As HtmlElementCollection = WebBrowser1.Document.All 
    For Each html As HtmlElement In elementCollection 
     'Do your coding here 
    Next 
+0

我編輯的問題。我正在使用Agility Pack。我猜你的代碼與它無關。謝謝您的回答。 – onurcano22

相關問題