本帖最后由 kevinch 于 2011-12-27 14:36 编辑 #include <array.au3>
$str="<li onclick=""openWin(this,'http://top.baidu.com/buzz.php?p=movie')"" name=""menuName2"" class=""childUnSelect""> 电影</li>" & @CRLF & _
"<li onclick=""openWin(this,'http://top.baidu.com/buzz.php?p=tv')"" name=""menuName2"" class=""childUnSelect""> 电视剧</li>" & @CRLF & _
"<li onclick=""openWin(this,'http://top.baidu.com/buzz.php?p=dsdy')"" name=""menuName2"" class=""childUnSelect"">电视电影</li>"
$arr=StringRegExp($str,"(?s)'http\:\/\/.*?'",3)
_ArrayDisplay($arr)
|