问答详情
源自:8-5 实现继承的方式

关于继承中的函数原型属性的构造器的设置问题

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

提问者:liuygis 2016-03-22 22:53

个回答

  • chris_lu_tw
    2016-03-24 13:14:24

    1)Student.prototype.constructor=Student;