String.prototype.replaceAll=function(raw,repl){ return this.replace(new RegExp(raw,'g'),repl); }
本文标题:js
本文链接:https://www.haomeiwen.com/subject/gewjmxtx.html
网友评论