乐趣区

关于前端:微信浏览器replaceAll报无此方法

问题:微信浏览器 replaceAll 报无此办法:

解决办法:String.prototype.replaceAll = function (s1, s2) {
return this.replace(new RegExp(s1, ‘gm’), s2)
}

退出移动版