2019年10月8日

摘要: var reg = /^(\d{3})(\d*)(\d{4})$/; var str = " 15516236523"; str = str .replace(reg,function(a,b,c,d){ return b + c.replace(\/d\g,"*") + d ; console.l 阅读全文
posted @ 2019-10-08 10:41 .一天 阅读(118) 评论(0) 推荐(0)

导航