日期:2014-05-20 浏览次数:20792 次
String str = "121111"; String regex = "[0-9]+[0-9]{4}"; Pattern.matches(regex, str);