日期:2014-05-16 浏览次数:20388 次
String.prototype.replaceAll = function(s1,s2){ return this.replace(new RegExp(s1,"gm"),s2); }