网上订餐系统的餐品显示页面代码 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(