问答详情
源自:8-8 使用Cookie实现保存商品浏览记录

cookie

同学们!可帮我解答一下吗?显示详细消息时出现这个错误! An error occurred at line: 90 in the jsp file: /item.jsp itemdao cannot be resolved to a variable 89:     <% 90:     ArrayList

itemlist=( itemdao).getViewList(list); 91:        if(itemlist!=null&&itemlist.size()>0) 92:         { 93:     for(Items i:itemlist)

提问者:qq_青云路_03753951 2016-10-27 23:16

个回答

  • dcl_0708
    2016-11-02 10:56:45

    itemdao cannot be resolved to a variable(itemdao不是一个变量),你没创建ItemDao对象吧