摘要:
1. 以前日期时间类的问题 2. JDK8获取时间对象 LocalDate(年月日) LocatTime(时分秒) LocatDateTime(年月日时分秒) public static LocalDateTime now() : 当前时间的日期时间对象 public static LocalDat 阅读全文
posted @ 2022-03-01 18:25
雩娄的木子
阅读(119)
评论(0)
推荐(0)
摘要:
一、File基本知识点 1. File 构造方法: File(String pathname) File(String parent, String child) File(File parent, String child) 相对路径和绝对路径 成员方法: 创建功能 createNewFile() 阅读全文
posted @ 2022-03-01 17:36
雩娄的木子
阅读(94)
评论(0)
推荐(0)