javascript string去除两边空格时间:2022-03-30 06:56:54 function trim(){ return this.replace(/(^\s*)|(\s*$)/g,""); g整个字符串 }