最新回答 / 慕瓜7049329
public void test1() throws DrunkException {new DrunkException("喝车别开酒!");}少了 throw
2020-02-19
最赞回答 / 饼盐
这里的set是student类里面的Set<Course>,表示的是学生选的课程;而List<Course>表示的是可选课程,还是按照CourseToSelect类中的List类型来的。
2020-01-21