cookie
同學們!可幫我解答一下嗎?顯示詳細消息時出現(xiàn)這個錯誤! 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)
2016-11-02
itemdao cannot be resolved to a variable(itemdao不是一個變量),你沒創(chuàng)建ItemDao對象吧