问答详情
源自:8-6 所有商品信息显示

ArrayList<Goods> list = goods.getAllItems();

为啥在jsp页面中写这句话会报错?


提问者:追逐者125 2017-06-15 19:34

个回答

  • njq6666
    2017-06-15 21:51:37

    应该再确认一下右边函数返回的类型是不是ArrayList<Goods> 用List的时候容易搞错元素的类型 如果你是用eclipse他可能自动不会填写类型为Goods