摘要: public static void main(String[] args) throws IOException{ FileReader fr=new FileReader("D:/5714.txt");//创建字节文件 BufferedReader br=new BufferedReader(fr); System.out.println("找到文件"); F... 阅读全文
posted @ 2018-08-14 18:30 米佳5714 阅读(76) 评论(0) 推荐(0) 编辑
摘要: package Z3_3; import java.io.File; import java.io.IOException; import java.io.FileInputStream; import java.io.FileOutputStream; public class Zijie { public static void main(String[] args)t... 阅读全文
posted @ 2018-08-14 14:42 米佳5714 阅读(95) 评论(0) 推荐(0) 编辑
摘要: package Z3_3; import java.io.File; import java.io.IOException; public class IO { public static void main(String[] args) throws IOException, Exception{ //file 类,帮助我们操作电脑磁盘上的真实文件 File file=ne... 阅读全文
posted @ 2018-08-14 14:40 米佳5714 阅读(79) 评论(0) 推荐(0) 编辑