摘要: 枚举脱敏字段类型及规则 import java.util.function.Function; public enum TextMaskStrategy { ID_NO("身份证", 18, text -> "*".repeat(text.length() - 4) + text.substring 阅读全文
posted @ 2024-05-30 14:23 漠孤烟 阅读(144) 评论(0) 推荐(0)