htmlEscape (html); // "ISO-8859-1" by default. String escaped2Html = HtmlUtils.htmlEscape(html, "UTF-8");. Notes: more details in official documentation, ...
確定! 回上一頁