标签:ring $2 color ons nbsp 号码 string 手机号码 ret
function tel(tel) { const telNum = tel.toString(); const reg = /^(\d{3})\d{4}(\d{4})$/; return telNum.replace(reg, ‘$1****$2‘) } tel(13212341234)
标签:ring $2 color ons nbsp 号码 string 手机号码 ret
原文地址:https://www.cnblogs.com/boystao/p/13093655.html