您需要 登录 才可以下载或查看,没有账号?加入
举报
#include <IE.au3> $URL = 'http://www.soso.com/tb.q' $oIE = _IECreate($URL, 0, 0, 1, 0) $String = _IEDocReadHTML($oIE) $array= StringRegExp($String,'</STRONG><BR>(.*)</LI>', 3) for $i = 0 to UBound($array) - 1 msgbox(0, "结果", $array[$i]) Next
查看全部评分
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-25 07:30 , Processed in 0.083874 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.