#include <INet.au3>
$sUrl = _INetGetSource('http://home.51.com/simayizhuo/loveinfo')
$aSre = StringRegExp($sUrl, '[^><]+(?=<\/strong)', 3)
If IsArray($aSre) Then MsgBox(0, '', $aSre) #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) 好的,顶顶 回复 1# xiaozui
高手都来了~ 俺这等只能看看的份,学习了
页:
1
[2]