2014年12月18日
摘要: String.prototype.Trim = function () { return this.replace(/(^\s*)|(\s*$)/g, ""); } 阅读全文
posted @ 2014-12-18 09:38 7月前减到115斤 阅读(166) 评论(0) 推荐(0)