Js 之封装replaceAll
2021-03-08 21:29
阅读:573
标签:prot col reg ret eal turn function his new 一、代码 Js 之封装replaceAll 标签:prot col reg ret eal turn function his new 原文地址:https://www.cnblogs.com/yang-2018/p/12869082.html
String.prototype.replaceAll = function (s1, s2) {
return this.replace(new RegExp(s1, ‘gm‘), s2)
};
上一篇:LNMP PHP升级脚本
下一篇:HttpRunner使用总结
评论
亲,登录后才可以留言!