jsp如何用EL语言实现javabean中hashmap的遍历
2个回答
展开全部
你是想遍历javabean中的hashmap?那么hashmap你是怎么存到javabean中的,是list<HashMap>吗,还是循环javabean列表取出 hashmap 能说清楚一点吗?方便解答。
追问
hashmap是这样的HashMap courseData=new HashMap()。就是要在jsp页面遍历hashmap中所有的值,然后显示在页面上
追答
map2 = new HashMap();
map2.put("a","hello world");
map2.put("b","this is map");
request.setAttribute("map2",map2);
%>
键值对遍历
${item.key} > ${item.value}
键遍历
${item.key}
值遍历
${item.value}
看看这个吧 ,也许你会有启发。
2013-05-19
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询