摘要:
SimpleDateFormat smpDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");SimpleDateFormat smpDateFormat2 = new SimpleDateFormat("yyyy年MM月dd日 HH时mm分ss秒");String format2 = smpDateFormat2.format(new Date());String format = smpDateFormat.format(new Date());System.out.println(&quo 阅读全文