摘要: 我们通常在读写文件的时候需要捕获异常并关闭流,如下所示: public static void test1() { Student[] students = new Student[3]; students[0] = new Student("小丽", 2, 17); students[1] = n 阅读全文
posted @ 2021-02-18 17:24 ~~mr.li~~ 阅读(4355) 评论(0) 推荐(1)