2017年4月6日

摘要: import java.text.SimpleDateFormat GregorianCalendar calendar = new GregorianCalendar() def dateFormat = new SimpleDateFormat("yyyyMMddhhmmss") def currentTime = dateFormat.format(calendar.getTime()... 阅读全文
posted @ 2017-04-06 10:13 张缤分 阅读(673) 评论(0) 推荐(0)

导航