1 function HTMLEncode(html) { 2 var temp = document.createElement("div"); 3 (temp.textContent != null) ? (temp.textContent = html) : (temp.
確定! 回上一頁