举报
#include <IE.au3> $Url = "http://www.baidu.com" $oIE = _IECreate($Url, 0, 0) $sHTML = _IEBodyReadHTML($oIE) ;msgbox(0, "读取到的字符 ",$sHTML) $array = StringRegExp($sHTML, 'login&tpl=mn">(.*)</A></DIV>', 3) for $i = 0 to UBound($array) - 1 msgbox(0, "读取到的字符 " & $i, $array[$i]) Next
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-25 15:15 , Processed in 0.078823 second(s), 19 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.