摘要:
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
薛岩
阅读(231)
评论(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
薛岩
阅读(1307)
评论(0)
推荐(0)

浙公网安备 33010602011771号