String s=HtmlUtils.htmlEscape( hello world ); 输出<div>hello world</div><p> </p> String s2=HtmlUtils.htmlUnescape(s); 输出 hel.
確定! 回上一頁