代码如下 <c:forEach items="${list}" var="account"> ${account.name} </c:forEach> 在页面中没有作用 解决方法: 在jsp页面的第一行加上下面的代码即可 <%@ page isELIgnored="false" %>