ITLover
2016-01-28 00:02
Items i1= new Items(1,"沃特篮球鞋","温洲",200,500,"001.jpg");报错,没有这个方法。请问jsp那个学习中的Items有改动吗?
public Items(int id,String name,String city,int price,int number,String picture) { this.id = id; this.name = name; this.city = city; this.picture = picture; this.price = price; this.number = number; }
粘到Items类中
使用setter方法自己设置吧。。
没个视频并没有定义带参的items
你都没有在实体类中定义Items类,也没有定义这个类的构造方法,当然报错,这个工程是承接上个讲Cookies实现浏览商品记录的工程,你看了那个视频了么
JAVA遇见HTML——Servlet篇
160615 学习 · 1029 问题
相似问题