$WebTextB2 = "http://dx.doi.org/10.1038/nature12065" $TEXT_BACK = BinaryToString(InetRead($WebTextB2, 1 + 8),4); MsgBox(0,0,$TEXT_BACK)
举报
#include <IE.au3> $url = "http://dx.doi.org/10.1038/nature12065" Local $obj = _IECreate($url, 0, 0) Local $Str = _IEBodyReadHTML($obj) _IEQuit($obj) MsgBox(0, 0, $Str)
回复 sex123 我也以前遇到过这个问题,InetRead 没等页面加载完毕就出结果。 可能有超时? 所以我 ... lixiaolong 发表于 2014-4-30 22:53
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-5-8 11:18 , Processed in 0.125388 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.