将一个指定的对象的原型设置为另一个对象或者null(既对象的[[Prototype]]内部属性).
null
[[Prototype]]
Object.setPrototypeOf(obj, prototype)