原型模式

原型模式

0篇文章
继承的方式 原型链继承 function Person() { this.data = [1, 2, 3]; } function Teacher() {} Teacher.__p...
instanceof 定义 obj instanceof Constructor; 我们用 instanceof 来检测 Constructor.prototype 是否存在于参数...

关注我们的公众号

微信公众号