c:foreach 循环List map中是一个list


List  splist=;
List tmpList = new ArrayList();
Map> tmpMap =new HashMap();
tmpMap.put(1, splist);
tmpList.add(tmpMap);

c:foreach


                     	


你可能感兴趣的:(JSTL)