2015年9月1日 星期二

【Android】電話號碼加密 字串取代replace

String old_phone = "0912345678";
String new_phone = phone_old.replaceFirst(phone_no.substring(5, 8), "***");
System.out.plintln(new_phone);//09123***78


沒有留言:

張貼留言