摘要:
/** * 校验字符串是否在规定字符数内 * @param str * @param maxLength * @return */public static boolean isOver(String str,Integer maxLength) { try { int length = str.g 阅读全文
posted @ 2021-10-29 11:18
爷的眼睛闪亮
阅读(785)
评论(0)
推荐(0)
摘要:
public class hello { public static void main(String[] args) { System.out.println(isIDNumber("xxxxxxxxxxxxx")); } public static boolean isIDNumber(Stri 阅读全文
posted @ 2021-10-29 09:28
爷的眼睛闪亮
阅读(745)
评论(0)
推荐(0)
浙公网安备 33010602011771号