标签:jstl如何对集合的遍历map set等
request.setAttribute("person1", map);
//把map放入request域对象,真正的时候是有另一个控制器传送过来的,在这里我直接放在同一个页面,下面也一样
</body>
上述的User中有两个属性,分别是name和age,以及相对应的set和get的方法。
jstl如何对集合的遍历(Map,Set)等
原文地址:http://blog.csdn.net/qq_20545159/article/details/43760689