js

2017-11-07  本文已影响0人  lin_7cf7

功能点

String.prototype.replaceAll=function(raw,repl){
return this.replace(new RegExp(raw,'g'),repl);
}

上一篇下一篇

猜你喜欢

热点阅读