Object.create(prototype,[descriptor])"use strict"; var student={ school:"xxx High School", name:"xxx", position(){ console.log(this.name+"的职务是"+this.type); } }; var mintor=Obje

- 阅读全文 -