1.function trim(str){ return str.replace(/(^\s*)|(\s*$)/g,"");spa
} //刪除左右兩端的空格io
2.數字格式:/^[0-9]+$/function