为了账号安全,请及时绑定邮箱和手机立即绑定

视频上是对的,我写了就错了

public Student(Map

map){ this.id = (int)map.get("id"); this.stuName = (String)map.get(stuName); this.age = (int)map.get("age"); this.gender = (int)map.get("gender"); this.address = (String)map.get(address); } Cannot cast from Object to int不知道怎么调试,object>

正在回答

1 回答

this.id = (int)map.get("id"); this.stuName = (String)map.get(stuName)前面id加了“”为啥后面的都不加 。this.id = (int)map.get("id"); this.stuName = (String)map.get("stuName")都加""试试。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

视频上是对的,我写了就错了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信