摘要: //在E:\itcast 目录下创建一个文件夹java.txt File f1 =new File("E:\\itcast\\java.txt"); System.out.println(f1.createNewFile()); System.out.println(" "); //在E:\itca 阅读全文
posted @ 2022-10-18 20:28 knlf 阅读(20) 评论(0) 推荐(0)