问答详情
源自:4-11 学生选课---通过 Set 集合管理课程

cannot be resolved

 for( Course cr:st.coursesToSelect);{

         if(cr.id.equals(courseId)) {

            student.courses.add(cr);       }

错误代码提示

cr cannot be resolved

cr cannot be resolved


提问者:慕斯2465801 2018-05-15 22:36

个回答

  • GHW108
    2018-05-16 09:00:21

    如果你没有定义泛类的话,那cr应该是objcet