#include <INet.au3> $sUrl = _INetGetSource('http://home.51.com/simayizhuo/loveinfo') $aSre = StringRegExp($sUrl, '[^><]+(?=<\/strong)', 3) If IsArray($aSre) Then MsgBox(0, '', $aSre[0])
查看全部评分
举报
#include <Ie.au3> #Include <Array.au3> $IE_Visit_loveinfo = _IECreate("http://home.51.com/simayizhuo/loveinfo",0,1,1) $sText = _IEDocReadHTML($IE_Visit_loveinfo) $aSre = StringRegExp($sText, "(?i)strong.*?>(.*?)(?=\<\/strong)", 3) If IsArray($aSre) Then MsgBox(0, '', $aSre[0])
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-24 01:25 , Processed in 0.159364 second(s), 18 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.