• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    ASP常用函数:ReplaceHTML
    %
    '去掉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
    %>

    上一篇:ASP常用函数:ArrayToxml
    下一篇:改进性能和样式的24个ASP 技巧
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    ASP常用函数:ReplaceHTML ASP,常用,函数,ReplaceHTML,