手机
当前位置:查字典教程网 >编程开发 >ASP教程 >ASP常用函数:HTMLDecode
ASP常用函数:HTMLDecode
摘要:

<%

FunctionHTMLDecode(sText)

DimI

sText=Replace(sText,"&",Chr(38))

sText=Replace(sText,"""",Chr(34))

sText=Replace(sText,"<",Chr(60))

sText=Replace(sText,">",Chr(62))

sText=Replace(sText,"",Chr(32))

ForI=1To255

sText=Replace(sText,""&I&";",Chr(I))

Next

HTMLDecode=sText

EndFunction

%>

【ASP常用函数:HTMLDecode】相关文章:

ASP常用的几个功能模块

asp最常用的分页函数

ASP 四舍五入FormatNumber函数用法

FSO文件对象介绍及常用函数

收集asp的常用函数

ASP常用函数:getpy()

ASP常用函数:XMLEncode

asp 中常用的文件处理函数

[转]ASP常用函数:TimeZone

ASP常用的函数

精品推荐
分类导航