摘要: File file=new File("C:\\Users\\Administrator\\Desktop","e1.txt"); System.out.println(file.exists()); 这段代码输出的是false File 类是对文件系统的映射 并不是硬盘上真实的文件,所以 new 阅读全文
posted @ 2021-08-17 10:06 0牛牛牛 阅读(905) 评论(0) 推荐(0)