CoursesToSelect.add(cr1); Course temp = CoursesToSelect.get(0); 报错了
下面是包的错误 朋友们帮我看看
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
CoursesToSelect cannot be resolved
CoursesToSelect cannot be resolved
at com.imooc.cellection.ListTest.testAdd(ListTest.java:18)
at com.imooc.cellection.ListTest.main(ListTest.java:24)