<%List<FoodBean> foodBeans = (List<FoodBean>)request.getAttribute("food"); %> 
报错:
Type safety: Unchecked cast from Object to List<FoodBean>