- 函数的
__proto__
指向Function.prototype
- 函数的
prototype
属性指向其prototype
- 对象的
constructor
指向其构造函数 - 对象的
__proto__
指向其构造函数的prototype
- 对象没有
prototype
属性 -
prototype
是一个普通对象
__proto__
指向 Function.prototype
prototype
属性指向其 prototype
constructor
指向其构造函数__proto__
指向其构造函数的 prototype
prototype
属性prototype
是一个普通对象
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。