码迷,mamicode.com
首页 > Web开发 > 详细

html 转义和反转义

时间:2020-06-28 20:24:29      阅读:96      评论:0      收藏:0      [点我收藏+]

标签:html 转义   string   temp   cape   print   util   sys   style   system   

public static void main(String[] args) {
// String html = "<img style=\"width: 100%; height: auto;\"><p>test</p>";

String temp = HtmlUtils.htmlEscape(html);
System.out.println(temp);
System.out.println(HtmlUtils.htmlUnescape(temp));

}

html 转义和反转义

标签:html 转义   string   temp   cape   print   util   sys   style   system   

原文地址:https://www.cnblogs.com/zkx4213/p/13204590.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!