JavaScript基础使用escapeHTML函数特殊字符替换方法记录,1. String#replace 方法function escapeHTML(str) { return str.replace(//g,"amp ...
確定! 回上一頁