ASP常用函数:ReplaceHTML
2018-09-06 12:18
阅读:360
<%
去掉HTML标记
PublicFunctionReplaceHTML(Textstr)
DimStr,re
Str=Textstr
Setre=NewRegExp
re.IgnoreCase=True
re.Global=True
re.Pattern=<(.[^>]*)>
Str=re.Replace(Str,)
SetRe=Nothing
ReplaceHTML=Str
EndFunction
%>
下一篇:分页代码
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:ASP常用函数:ReplaceHTML
文章链接:http://soscw.com/index.php/essay/10194.html
文章标题:ASP常用函数:ReplaceHTML
文章链接:http://soscw.com/index.php/essay/10194.html
评论
亲,登录后才可以留言!