date类型的对象默认的的输出格式就是这个样子的,如果你想以特定的格式输出可以使用DateFormatDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");df.format(date);