摘要: 1. 以前日期时间类的问题 2. JDK8获取时间对象 LocalDate(年月日) LocatTime(时分秒) LocatDateTime(年月日时分秒) public static LocalDateTime now() : 当前时间的日期时间对象 public static LocalDat 阅读全文
posted @ 2022-03-01 18:25 写的代码很烂 阅读(104) 评论(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 写的代码很烂 阅读(74) 评论(0) 推荐(0) 编辑