最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
替换HTML代码
时间:2022-07-02 18:06:38 编辑:袖梨 来源:一聚教程网
将一些HTML替换掉
eg:
strContent=strContent.Replace("&","&");
strContent=strContent.Replace("'","''");
strContent=strContent.Replace("<","<");
strContent=strContent.Replace(">",">");
strContent=strContent.Replace("chr(60)","<");
strContent=strContent.Replace("chr(37)",">");
strContent=strContent.Replace(""",""");
strContent=strContent.Replace(";",";");
strContent=strContent.Replace(" ","
");
strContent=strContent.Replace(" "," ");
return strContent;
eg:
strContent=strContent.Replace("&","&");
strContent=strContent.Replace("'","''");
strContent=strContent.Replace("<","<");
strContent=strContent.Replace(">",">");
strContent=strContent.Replace("chr(60)","<");
strContent=strContent.Replace("chr(37)",">");
strContent=strContent.Replace(""",""");
strContent=strContent.Replace(";",";");
strContent=strContent.Replace(" ","
");
strContent=strContent.Replace(" "," ");
return strContent;
相关文章
- 明日方舟贝洛内抽取建议 03-29
- deepseek电脑版2026-deepseek官网下载最新版 03-29
- 无期迷途独舞在哪里 禁闭者装备增幅物品 03-29
- Effidit在线网页版-Effidit官网快捷登录入口 03-29
- 王者荣耀世界钟无艳怎么样 王者荣耀世界钟无艳背景介绍 03-29
- 杀戮尖塔2猎手有哪些BD能玩 猎手流派BD推荐 03-29