问题:微信浏览器 replaceAll 报无此办法: 解决办法:String.prototype.replaceAll = function (s1, s2) { return this.replace(new RegExp(s1, ‘gm’), s2)}