网上订餐系统餐品显示页面代码

时间:2012-03-11 17:03:31
【文件属性】:

文件名称:网上订餐系统餐品显示页面代码

文件大小:9KB

文件格式:JSP

更新时间:2012-03-11 17:03:31

餐品显示 数据传递

网上订餐系统的餐品显示页面代码 GetDataBean getDataBean = new GetDataBean(); List foods = getDataBean.getFoods(); FoodBean currentFood; session.setAttribute("foods", foods); for (int i = 0; i < foods.size(); i++) { currentFood = (FoodBean) foods.get(i); if (i % 2 == 0) { %> <% } %>


网友评论