摘要: //去除空格 String.prototype.Trim = function() { return this.replace(/\s+/g, ""); } //去除换行 function ClearBr(key) { key = key.replace(/<\/?.+?>/g,""); key = 阅读全文
posted @ 2016-12-20 10:57 xiaoxiao333 阅读(16577) 评论(0) 推荐(0)