摘要: package stream; import java.io.*; public class InputStreamReaderString { public static void main(String[] args) { File f = new File("src/stream","hell 阅读全文
posted @ 2020-10-21 21:29 武卡卡 阅读(179) 评论(0) 推荐(0) 编辑
摘要: package stream; import java.io.*; public class FileReaderTest { public static void main(String[] args) { File f = new File("src/stream","hello.txt"); 阅读全文
posted @ 2020-10-21 19:00 武卡卡 阅读(598) 评论(0) 推荐(0) 编辑
摘要: package filerun; import java.io.File; import java.io.IOException; public class RunExe { public static void main(String[] args) { // TODO Auto-generate 阅读全文
posted @ 2020-10-21 08:43 武卡卡 阅读(279) 评论(0) 推荐(0) 编辑