課程
/后端開(kāi)發(fā)
/Java
/JAVA遇見(jiàn)HTML——JSP篇
在jsp頁(yè)面中這句話報(bào)錯(cuò):
ArrayList cannot be resolved to a type
2017-06-15
源自:JAVA遇見(jiàn)HTML——JSP篇 8-6
正在回答
沒(méi)導(dǎo)入包?
追逐者125 提問(wèn)者
導(dǎo)入arraylist包 goods 為你的實(shí)體類名
Michael_ZSQ 回復(fù) 追逐者125 提問(wèn)者
舉報(bào)
Java Web入門(mén)級(jí)教程JSP,帶你輕松的學(xué)習(xí)JSP基礎(chǔ)知識(shí)
1 回答ArrayList<Goods> list = goods.getAllItems();
1 回答為啥會(huì)報(bào)錯(cuò)啊
1 回答ArrayList<student_infodetailDAO> list = student_infodetaildao.getAllItems();中的 student_infodetaildao.getAllItems()報(bào)錯(cuò)該怎么解決啊?
2 回答為啥報(bào)錯(cuò)呢?
1 回答為啥報(bào)錯(cuò)啊
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2017-06-17
沒(méi)導(dǎo)入包?
2017-06-17
導(dǎo)入arraylist包 goods 為你的實(shí)體類名