赞
踩
在JSP文件中,如果出现“List cannot be resolved to a type”的错误。
解决办法:
没有导入List定义文件,可以用<jsp:directive.page import="java.util.List" />即可解决。