SimpleDateFormat类中parse()方法用于将输入的特定字符串转换成Date类的对象 SimpleDateFormat sdf1 = new SimpleDateFormat("2012-01-29-22-26-23");