Function RegExpTest(strng) '以数组返回 i = 0 Set regEx = New RegExp regEx.Pattern = "(/d+)" '"[0-9]" regEx.IgnoreCase = True regEx.Global = True Set Matches = regEx.Execute(strng) For Each Match in Matches RetStr = RetStr &"<br>"& Match.Value '输出提取出来的数字 i = i + 1 Next RegExpTest = RetStr End Function Function RegExpTest(strng) '以数组返回 i = 0 你的当前访问异常,请进行认证后继续阅读剩余内容。 提交