js2017-11-07 本文已影响0人 lin_7cf7 功能点 String.prototype.replaceAll=function(raw,repl){ return this.replace(new RegExp(raw,'g'),repl); }