报错代码行:ArrayList students=(ArrayList)request.getAttribute("students");报错内容:Multiple annotations found at this line: - Student cannot be resolved to a type - ArrayList cannot be resolved to a type有朋友了解吗?
收起
对应的类没有引入吧
java.util.ArrayList students= (java.util.ArrayList)request.getAttribute("students");
报告相同问题?