摘要: 文件操作 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 @ 2022-03-22 15:40 kuaiquxie 阅读(41) 评论(0) 推荐(0)