Javascript 的htmlspecialchars. function htmlspecialchars(ch) { if (ch===null) return ''; ch = ch.replace(/&/g,"&");
確定! 回上一頁