标签:
foreach循环遍历 var定义存放取出来的元素 items获得要遍历的对象
<c:forEach var="friendName" items="${session_friends}"> <c:out value="${friendName}"/> </c:forEach>
JSTL
原文地址:http://www.cnblogs.com/shabi-ef/p/4222252.html