摘要: try { File file=new File("wrong.txt"); if(file.exists()) file.delete(); try { // 创建新(空)文件(原文件不存在时,才会创建成功) file.createNewFile(); } catch (Exception e) 阅读全文
posted @ 2023-09-26 18:45 liuxuechao 阅读(1) 评论(0) 推荐(0) 编辑