欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

ASP常用函數(shù):ReplaceHTML

 更新時(shí)間:2007年02月07日 00:00:00   作者:  
<%
'去掉HTML標(biāo)記

Public Function ReplaceHTML(Textstr)
    Dim Str, re
    Str = Textstr
    Set re = New RegExp
    re.IgnoreCase = True
    re.Global = True
    re.Pattern = "<(.[^>]*)>"
    Str = re.Replace(Str, "")
    Set Re = Nothing
    ReplaceHTML = Str
End Function
%>

相關(guān)文章

最新評(píng)論