The constructor function that created the instance object.
For plain Object instances, the initial value is the Object constructor.

原型对构造函数的引用
Instances of other constructors each inherit the constructor property from their respective Constructor.prototype object.





网友评论