摘要: 概述 java.io.File类主要用于文件相关的操作,包含文件和目录的创建,删除,查找等 构造方法 File(String pathname) File(String parent,String child)在父路径下创建子文件 File(File parent,String child) 常用方 阅读全文
posted @ 2025-01-14 12:37 茴香儿 阅读(3) 评论(0) 推荐(0)