[已解决]不懂正则表达式,哪位能帮我一下。
本帖最后由 lcgkogoo 于 2013-1-16 17:18 编辑<td align=center height=30><a href="javascript:play(50997,-1)" title="影片序号:1" class=font_1><font color="#535353" size="2">一代宗师DVDscr</font></a></td>
在上面的源代码中
读取结果:javascript:play(,-1)"的所有
如:50997 如果只有这一段,(\d+), 即可Local $Str = '<td align=center height=30><a href="javascript:play(50997,-1)" title="影片序号:1" class=font_1><font color="#535353" size="2">一代宗师DVDscr</font></a></td>'
Local $Test = StringRegExp($str, '(\d+),', 1)
If Not @Error Then MsgBox(0, '匹配数量: ' & UBound($Test), '其中元素为: ' & $Test)
页:
[1]