EL表達式從數組 Map 集合取值

//Map Map<Integer,Student> map = new HashMap<Integer, Student>(); map.put(101,new Student("張三",15)); map.put(102,new Student("李四",25)); map.put(103,new Student("王五",35)); //放入域對象中 pageContext.setAttri
相關文章
相關標籤/搜索