为什么有必要设置原型构造函数?
在MDN文章中有关继承的一节面向对象Javascript简介,我注意到他们设置了原型.构造函数:
// correct the constructor pointer because it points to PersonStudent.prototype.constructor = Student;
这有什么重要的用途吗?可以省略吗?
拉风的咖菲猫
相关分类