[点晴永久免费OA]ASP常用函数去掉HTML标记:ReplaceHTML
当前位置:点晴教程→点晴OA办公管理信息系统
→『 经验分享&问题答疑 』
<%
'去掉HTML标记 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 编辑过 |
关键字查询
相关文章
正在查询... |