JavaScript 去前后全脚半脚空格的正则时间:2022-09-19 10:08:31 function trim(str) { return str.replace(/(^\s*)|(\s*$)/g, ""); }