你好,远程看看,
你的学生对象叫String?不应该是Student吗?
创建学生对象是String的?这个不用new直接String s = null;s = 值;这样就行
string对象是没有setxxh方法的你应该是学生类 Student s = new Student();