摘要: 10.x:1Z0G9 67285 FZG78 ZL3Q2 234JG 11.x:YG74R 86G1M M8DLP XEQNT XAHW2 12.x:ZC3TK 63GE6 481JY WWW5T Z7ATA 14.x:AU108 FLF9P H8EJZ 7XMQ9 XG0U8 15.x:FC7D0 阅读全文
posted @ 2020-05-09 17:24 xl4ng 阅读(446) 评论(0) 推荐(0) 编辑
摘要: ```public static void main(String[] args) { LocalDateTime now = LocalDateTime.now(); String s1 = now.format(DateTimeFormatter.ISO_DATE); String s2 = now.format(DateTimeFormatter.ISO_DATE_TIME... 阅读全文
posted @ 2020-05-09 10:03 xl4ng 阅读(4031) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { // 初始化Date对象 Date date = new Date(); // 将Date对象转换为Instant对象 Instant instant = date.toInstant(); // Date类包含日期和 阅读全文
posted @ 2020-05-09 09:49 xl4ng 阅读(919) 评论(0) 推荐(0) 编辑