$(".tel span").html($(".tel span").text().substring(0,3)+"****"+$(".tel span").text().substring(8,11));
$(".tel span").html($(".tel span").text().substring(0,3)+"****"+$(".tel span").text().substring(7,11));
$(".tel span").html($(".tel span").text().substring(0,3)+"****"+$(".tel span").text().substring(8,11));
$(".tel span").html($(".tel span").text().substring(0,3)+"****"+$(".tel span").text().substring(7,11));
转载于:https://www.cnblogs.com/shimily/articles/4698849.html