摘要: 目录结构 代码 public class Main { public static void main(String[] args) { try(FileInputStream inputStream = new FileInputStream("test.txt")) { //使用read()方法 阅读全文
posted @ 2022-03-26 11:13 当惜 阅读(452) 评论(0) 推荐(0)