android textview显示手机号时中间几位为*号
时间:2019-02-21 19:42:12
收藏:0
阅读:763
如此简单:
String replace =str.substring(3,7); String newStr = str.replace(replace ,"****");原文:https://www.cnblogs.com/Nigeria/p/10414519.html
评论(0)