最新下载
热门教程
- 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
}
相关文章
- 原神蟹沙皇怎么打-蟹沙皇打法攻略 09-19
- 新三国志曹操传法正之影怎么过 法正之影过关攻略 09-19
- 三国望神州曹仁技能是什么 曹仁技能介绍一览 09-19
- DNF手游3月商店道具换什么好-2025年3月商店刷新道具兑换推荐 09-19
- 英雄联盟春暖行动被盗账号怎么找回-春暖行动账号被盗找回方法 09-19
- 和平精英恋语绒绒套装怎么获得-恋语绒绒套装免费获取方法 09-19