日期:2014-05-16 浏览次数:20473 次
String.prototype.trim = function() { return this.replace(/^[\s\u3000\xA0]+|[\s\u3000\xA0]+$/g,""); }