String escapeHtml(. String html. ) Implementation. String escapeHtml(String html) => html .replaceAll('&', '&') .replaceAll('<', '<') .
確定! 回上一頁