构造函数
构造函数.prototype
对象实例
父级原型对象
方法一: 对象实例.__proto__ 【 有兼容性问题,不建议使用】 方法二:Object.getPrototypeOf( 对象实例 )