摘要: def NowDate(): String = { val now: Date = new Date() val dateFormat: SimpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss") val date = dateFor 阅读全文
posted @ 2017-06-03 13:27 soyosuyang 阅读(20153) 评论(0) 推荐(0) 编辑