$('.shijian').each(function (i){
value=$(this).attr('data');
value1=value.replace(/^(.{3})(?:\d+)(.{4})$/,"$1***********$2");
$(this).html(value1);
});
网站建设走的路线风格百度搜索排名服务
转载于:https://www.cnblogs.com/weiyiyong/p/7628084.html
$('.shijian').each(function (i){
value=$(this).attr('data');
value1=value.replace(/^(.{3})(?:\d+)(.{4})$/,"$1***********$2");
$(this).html(value1);
});
转载于:https://www.cnblogs.com/weiyiyong/p/7628084.html