标签:函数 实例 prot 使用 image 图片 alt str 方法
如图所示,m是Parent构造函数的实例,每个实例都有一个__proto__属性指向构造函数的原型即Parent.prototype
Parent.prototype中的constructor会指向构造函数Parent
protptype:构造函数的属性,指向构造函数的原型对象
__proto__:构造函数的实例拥有的属性,指向构造函数的原型
↓es6中建议对象使用getProtptypeOf(obj)方法获取构造函数的原型
标签:函数 实例 prot 使用 image 图片 alt str 方法
原文地址:https://www.cnblogs.com/xhqb/p/9808399.html