首页
编程
java
php
前端
首页
编程
java
php
前端
这个应该怎么解决????
类名大写
你上面定义的类名Student 的第一个字符S是大写
下面student 的第一个字符s是小写
student 的首字母要大写,变成Student ,跟你定义的一致。
点击展开全文