1.javascript過濾空格: function moveSpace() { var str = " abc defg"; alert(str.replace(/[ ]/g, "")); } moveSpace();. 2.javascript過濾中文:
確定! 回上一頁