第7节 学生选课—课程修改 //修改List中的元素 public void testModify(){ coursesToSelect.set(4, new Course("7","毛概")); } 添加到ListTest类中