2021年12月6日
摘要: 1、使用currentTimeMillis再格式化 SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); System.out.println(df.format(System.currentTimeMillis())) 阅读全文
posted @ 2021-12-06 13:55 jzzlo 阅读(5567) 评论(0) 推荐(0) 编辑