日期:2014-05-20 浏览次数:20815 次
System.out.println("1112".matches("(\\d)\\1{2}(?!\\1)\\d")); System.out.println("1111".matches("(\\d)\\1{2}(?!\\1)\\d"));