7
1
3
255
prototype === __proto__ Function.prototype === Function.__proto __proto_...
//员工方法 function Emp(post,wage){ this.post = post; this.wage = wage; ...
function teacher (name,age,type){ this.name = name; this.age = age; ...