实现继承中:1)Student.prototype.constructor=Student; 2)Student.prototype.constructor=Person;这两句哪一句是对的?
1)Student.prototype.constructor=Student;