假设你嵌套的list变量名为list,页面顶部自己导入需要的包。<%for (List objList : list) { for (Object obj : objList) { // 控制台输出 System.out.println(obj); // 页面输出 out.println(obj); }}%>
两个foreach