[點(diǎn)晴永久免費(fèi)OA]ASP常用函數(shù)去掉HTML標(biāo)記:ReplaceHTML
<%
'去掉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 %> 該文章在 2022/6/21 8:40:49 編輯過 |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |