摘要:
1. Java 的时间最简单的API,如我所理解就是System.currentTimeMillis() ,获取当前时间的long长整型数据。通过Java提供的SimpleDateFormat的format方法可以对其进行格式化处理。 例如:SimpleDateFormat sdf = new Si 阅读全文
posted @ 2021-01-20 11:35
现代新青年
阅读(93)
评论(0)
推荐(0)
|
摘要:
1. Java 的时间最简单的API,如我所理解就是System.currentTimeMillis() ,获取当前时间的long长整型数据。通过Java提供的SimpleDateFormat的format方法可以对其进行格式化处理。 例如:SimpleDateFormat sdf = new Si 阅读全文
posted @ 2021-01-20 11:35
现代新青年
阅读(93)
评论(0)
推荐(0)
|