首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
itemsquot专题
Don't know how to iterate over supplied quot;itemsquot; in amp;lt;forEachamp;gt;解决办法
一直报上面的错误,发现<c:forEach>写的并无错误,一度怀疑 c:forEach是否不能迭代一个实体类,最后经过排查 发现问题出在Controller层 model.addAttribute("page",vList.get(0))欲传一个list过去,实际传的是一个实体,去掉.get(0)后运行正确
阅读更多...