说明:asp函数代码 代码如下: <% Function RemoveHTML(str) Dim objRegExp, Match,strHTML if isnull(str) then str=”” end if strHTML=str strHTML=replace(replace(replace(strHTML,vblf,””),vbcr,””),vbcrlf,””) Set objRegExp = New Regexp objRegExp.IgnoreCase = True objRe <weixin_38607282> 上传 | 大小:31kb