采集一个网页,源码里没数据,但显示有,不知道怎么采集?
http://vol.stock.hexun.com/Now/Share/InFlow.shtml?rank=3看了半天源码,不知道怎么弄。谢谢啊,帮朋友一个忙。 哪位高手行行好啊~~{:face (394):} #include <ie.au3>$oIE = _IECreate("http://vol.stock.hexun.com/Now/Share/InFlow.shtml?rank=3")
While StringInStr(_IEBodyReadText($oIE),"股票名称")=0
Sleep(10)
WEnd
$sTxt = _IEBodyReadText($oIE)
ConsoleWrite($sTxt)
_IEQuit($oIE) 谢谢!但取不到文字的 要抓包找到正确的地址.. ajax得到的数据吧看看InFlow.js里 打不到文件啊{:face (456):}
页:
[1]