28,409
社区成员




str="近年来物价上涨得很厉害。 <IMG src=""http://localhost/UploadFiles/200841503214434.gif""> 我们要想办法解决。"
Set regEx = New RegExp
dim match
dim cols
regEx.Pattern ="\<img[^\<\>]*\>"
regEx.IgnoreCase = True
regEx.Global = True
str=regex.replace(str,"")
response.write str