標題:
網站無document可抓取問題
[打印本頁]
作者:
PKKO
時間:
2019-9-24 14:03
標題:
網站無document可抓取問題
https://bet.hkjc.com/football/index.aspx?lang=ch
像這種aspx的網站
如果直接輸入元素
是可以控制
但沒有name 沒有 id 的元素
又無法跑for each e in ie.document
該如何指定元素執行click動作
或是如何抓取TABLE資料呢?
Set ie = CreateObject("InternetExplorer.Application")
ie.Visible = True
ie.Navigate "https://bet.hkjc.com/football/results/results.aspx?lang=CH"
Application.Wait (Now + TimeValue("00:00:08"))
ie.document.getElementById("secMenuFB").Click
複製代碼
歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)