js手机号码中间四位隐藏公式

function getTel(tel){
  return tel.substring(0,3) + "****" + tel.substr(tel.length-4);
}

posted @ 2022-08-26 17:07  偷熊计划  阅读(201)  评论(0编辑  收藏  举报