举报
#include <IE.au3> #include <Array.au3> $a = 'http://tv.tudou.com/albumtop/top/listRank.html?cid=30' $oIE = _IECreate($a, 1, 0, 1, -1) $itxt = _IEBodyReadHTML($oIE) $table = _IETableGetCollection($oIE, 0) $oInput = _IETableWriteToArray($table) ;读取指定表格内的数据,写入到数组 _ArrayDisplay($oInput, "表单内容", 0, 1) ;显示数组 _IEQuit($oIE)
pcbar 发表于 2011-3-7 11:07
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-4-23 14:56 , Processed in 0.105859 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.