摘要: public static String parseDate(){ Date d = new Date(); SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); return sdf.format(d); } 阅读全文
posted @ 2016-09-23 23:22 PIAOYUJIJIE 阅读(550) 评论(0) 推荐(0) 编辑