'============================== '功能描述: 用正则除去HTML标记 '不能保留等以及用户自定义的 '============================== function nohtml(str) dim re Set re=new RegExp re.IgnoreCase =true re.Global=True re.Pattern="(\<.[^\)&qu ot; str=re.replace(str," ") re.Pattern="(\&
代码如下:‘============================== ‘功能描述: 用正则除去HTML标记 ‘不能保留等以及用户自定义的 ‘============================== Function RemoveHTMLTag(fString) Dim re Set re = New RegExp re.IgnoreCase = True re.Pattern = “]*)>” fStr