public class MaskUtils { public static String mask(String input, int size) { return StringUtils.rightPad(StringUtils.left(input, size), ...
確定! 回上一頁