Student.prototype.constructor = Student 不是 Person 是不是写错了
Student本来就不是Person ,只是Student继承Person基类的时候,把constructor也赋值成了Person,所以为了保证构造器的一致性,需要改回成Student