IO流結合學生管理系統的練習

添加學生類信息到文本 public static void main(String[] args) throws IOException { // 定義學生類 // 創建集合對象array ArrayList<Student> array = new ArrayList<Student>(); addStudent(array); addStudent(array); addStude
相關文章
相關標籤/搜索