ASP基本函数之HTMLDecode的使用

来源:爱站网时间:2022-09-09编辑:网友分享
这篇文章主要给大家讲述了ASP基本函数之HTMLDecode的使用方法,感兴趣的小伙伴可以来阅读下,具有一定的参考价值。接下来的时间就让爱站技术频道小编带大家一探究竟吧!

Function HTMLDecode(sText)
    Dim I
    sText = Replace(sText, "&" , Chr(38))
    sText = Replace(sText, """", Chr(34))
    sText = Replace(sText, "     sText = Replace(sText, ">" , Chr(62))
    sText = Replace(sText, " ", Chr(32))
    For I = 1 To 255
        sText = Replace(sText, "" & I & ";", Chr(I))
    Next
    HTMLDecode = sText
End Function
%>

ASP基本函数之HTMLDecode的使用内容分享到这里就结束了,如果你有需要补充的,欢迎随时来网站给小编留言。爱站技术频道网站提供了大量的技术文章内容,感兴趣可以关注或者收藏起来。

上一篇:ASP基本函数之TimeZone的使用

下一篇:ASP基本函数之ReplaceHTML的使用

您可能感兴趣的文章

相关阅读

热门软件源码

最新软件源码下载