如何用EL表达式获取map的值
<%Map<Integer,Integer>map2=newHashMap<Integer,Integer>();map2.put(9,19);map2.put(8,18...
<%
Map<Integer,Integer> map2=new HashMap<Integer,Integer>();
map2.put(9,19);
map2.put(8,18);
map2.put(7,17);
pageContext.setAttribute("mapjh2", map2);
%>
${mapjh2[9]}
页面上没有输出19这个数字。这是为什么呢? 展开
Map<Integer,Integer> map2=new HashMap<Integer,Integer>();
map2.put(9,19);
map2.put(8,18);
map2.put(7,17);
pageContext.setAttribute("mapjh2", map2);
%>
${mapjh2[9]}
页面上没有输出19这个数字。这是为什么呢? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询