标签:div 电话 string phone pre int *** 结果 hone
String phone="18678473547"; String phones = phone.substring(0,phone.length()-(phone.substring(3)).length())+"****"+phone.substring(7); System.out.println(phones);//结果:185****3547
标签:div 电话 string phone pre int *** 结果 hone
原文地址:http://www.cnblogs.com/ipetergo/p/7000191.html