最新下载
热门教程
- 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;
相关文章
- 我的世界铁砧工艺重力科技建筑方块合成表有哪些 06-27
- 燕云十六声墨城见闻任务怎么完成 06-27
- 失控进化手游天赋如何搭配 06-27
- 修真高手手游将臣玩法指南 修真高手手游将臣角色培养与实战技巧详解 06-27
- 修真高手手游路西法玩法攻略 修真高手手游路西法角色强度与技能连招解析 06-27
- 《007 First Light》的Switch 2版本不会像《无主之地4》那样销声匿迹 06-27