标签:
function trimFE (str) { return str.replace(/^\s\s*/, ‘‘).replace(/\s\s*$/, ‘‘); }
js -去掉首尾的空格.
原文地址:http://www.cnblogs.com/listened/p/4375594.html