摘要: 1.旧版日期时间的问题 在旧版本中JDK对于日期和时间这块的时间是非常差的。 /** * 旧版日期时间设计的问题 */ @Test public void test01() throws Exception{ // 1.设计不合理 Date date = new Date(2021,05,05); 阅读全文
posted @ 2022-12-19 22:57 Jerry&Ming 阅读(99) 评论(0) 推荐(0)