2024年4月18日

4.18

摘要: 文件操作 import java.io.File; public class UseFile { public static void main(String args[]){ File f = new File("file1.txt"); System.out.println("the file 阅读全文

posted @ 2024-04-18 23:16 HA_wind 阅读(8) 评论(0) 推荐(0) 编辑

导航