[[javascript|JavaScript]]\\ ====== html escapen ====== function escapeHtml(htmlStr) { return htmlStr.replace(/&/g, '&').replace(/>/g, '>').replace(/