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

if(students.containsValue(new Student(null,name))) {

这里的new Student为啥首字母大写呢?

正在回答

1 回答

因为临时new了个Student类的对象。如果是小写只代表已经定义的对象,但这里是直接用

我是好奇这么绕的直接调用new Student(null,name)还有这种操作方法

1 回复 有任何疑惑可以回复我~
#1

森森0515 提问者

好滴。
2019-12-04 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

if(students.containsValue(new Student(null,name))) {

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