String.prototype.trim = function(){
    return this.replace(/(^\s*)|(\s*$)/g,'');
}

已注销
1 声望0 粉丝