摘要: package shurushuchu; import java.io.*; public class test5 { public static void main(String[] args) { try { File file = new File("d:/IoDemo.java"); if(!file.exists()) ... 阅读全文
posted @ 2016-06-01 11:05 薛岩 阅读(225) 评论(0) 推荐(0) 编辑
摘要: package shurushuchu; import java.io.*; public class test4 { public static void main(String[] args) { //创建文件输出 try { File file = new File("d:/test4.txt"); if(!file.... 阅读全文
posted @ 2016-06-01 11:04 薛岩 阅读(1285) 评论(0) 推荐(0) 编辑