el 表达式取Map中的值。。? - ITeye问答
2010年12月20日 - el 表达式取Map中的值。。? 5 后台Map---Map<String,List> map_list=new HashMap<String,List>(); map_list.put("list1", list1); map_list.put("...
如何用EL表达式获取map的值_百度知道
最佳答案: <c:forEach var = 'item' items='${mapjh2}'> ${item} </cforEach > 这样可以循环输出,但是指定输出 在页面是不可行的。只能在后台吧要输出的...