如题大神~~~
<c:forEach items="${userList}" var="uList"> <c:forEach items="${uList}" var="user"> ${user.username} </c:forEach> </c:forEach>