摘要: public static String Date2String(Date date) { return format.format(date); } public static Date String2Date(String dateStr) throws ParseException { ret 阅读全文
posted @ 2017-04-14 20:33 孜然风味 阅读(230) 评论(0) 推荐(0)