java姓名脱敏,String类型中间字符使用*替换
摘要:/** * 姓名长度 */Integer RESULT_NAME_LENGTH =2; public String protectedName(String userName){ userName = userName.trim(); char[] r = userName.toCharArray(
阅读全文
posted @ 2021-03-31 10:34
posted @ 2021-03-31 10:34
posted @ 2021-03-30 18:11