__proto__ 属性与 ES6 classes 的继承
2015-10-07
阅读 5 分钟
3.7kThe __proto__ property of Object.prototype is an accessor property (a getter function and a setter function) that exposes the internal [[Prototype]] (either an object or null) of the object through which it is accessed.