标签: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 转义 string temp cape print util sys style system
原文地址:https://www.cnblogs.com/zkx4213/p/13204590.html