最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp html转成html编码程序
时间:2022-07-02 22:35:05 编辑:袖梨 来源:一聚教程网
html转成html编码程序
function htmlencode2(str)
dim result
dim l
if isNULL(str) then
htmlencode2=""
exit function
End if
l=len(str)
result=""
dim i
for i = 1 to l
select case mid(str,i,1)
case "
result=result+"<"
case ">"
result=result+">"
case chr(34)
result=result+"""
case "&"
result=result+"&"
case chr(32)
result=result+" "
if i+10 then
if mid(str,i+1,1)=chr(32) or mid(str,i+1,1)=chr(9) or mid(str,i-1,1)=chr(32) or mid(str,i-1,1)=chr(9) then
result=result+" "
else
result=result+" "
End if
else
result=result+" "
End if
case chr(9)
result=result+" "
case else
result=result+mid(str,i,1)
End select
next
htmlencode2=result
End function
}
相关文章
- 微博手机网页版快捷入口-微博手机版极速入口 01-16
- 动物塑形性格测试网站推荐-动物塑形性格测试链接大全 01-16
- ponytown如何快速登录-ponytown详细登录指南 01-16
- 163邮箱网页版直达入口-163邮箱官网登录快捷入口 01-16
- 歪歪漫画秋蝉怎么进入-秋蝉漫画土豪版免费阅读网站直达 01-16
- 夸克网盘网页版一键入口-夸克浏览器云存储极速登录直达 01-16