这里的new Student为啥首字母大写呢?
因为临时new了个Student类的对象。如果是小写只代表已经定义的对象,但这里是直接用
我是好奇这么绕的直接调用new Student(null,name)还有这种操作方法