求正则匹配:<td width="422"></td>间的内容
str1 = Web.Document.documentElement.innerHTMLreg.Pattern = "" '这一行内容要填什么?
'MsgBox reg.Pattern
Set MC = reg.Execute(str1)
For Each m In MC
MsgBox m.SubMatches(0)
next
我在没有这个"号时会,有了这个引号我不知道该如何写了,关键我要学这"号的解决方法
我用
reg.Pattern ="<td width="&chr$(34)&"422"&chr$(34)&>(.*?)</td>"
无法匹配