<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<c:forEach items="${topics}" var="item" varStatus="status"> </c:forEach>
注意java
还有就是 items 后面的变量若是是后台传过来的必定要用${}啊jsp