<c:forEach 的常用整理

摘要: <c:forEach items="${images}" var="img" varStatus="status"> <div style="float:left;margin-right:10px;"> <img src="${ctx}${img.img_url}" width="500px" height="400px"/> </div></c:forEach>获取<c:forEach的 阅读全文
posted @ 2013-01-24 13:38 专注2018 阅读(20576) 评论(0) 推荐(1)