最新下载
热门教程
- 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;
相关文章
- 租号玩怎么租用账号 05-13
- 谷歌Gemini Omni模型相关爆料汇总 05-13
- 俄罗斯搜索引擎Yandex入口网址-俄罗斯搜索引擎Yandex入口链接一览 05-13
- 《Directive 8020》第五章所有选择及结局介绍 05-13
- 2026必玩的荒诞游戏下载分享 高人气的荒诞游戏下载合集 05-13
- 在太空建造生存基地的游戏叫什么 在太空建造生存基地的游戏大全2026 05-13