js -去掉首尾的空格.时间:2021-03-09 03:00:50 function trimFE (str) { return str.replace(/^\s\s*/, '').replace(/\s\s*$/, ''); }