摘要: public static void main(String[] args) throws IOException { File file = new File("D:\\io\\myTest.txt"); //文件地址 if(file.exists()){ //文件已经存在 System.out. 阅读全文
posted @ 2021-01-29 16:39 __sunshine 阅读(211) 评论(0) 推荐(0)