js原型链演示09-继承prototype空对象中介封装expend
2015-10-31 08:22:20 2 举报
js原型链演示09-继承prototype空对象中介封装expend
作者其他创作
大纲/内容
var cat1 = new Cat(\"大毛\
__proto__
函数Object()
constructor
Object.prototype
函数F()
function Animal(){ }Animal.prototype.species = \"动物\";
F.prototype
Null
Animal.prototype
原型对象Object { }
原型对象Animal {species: \"动物\"}
对象F{}
函数F旧的原型对象F {}
Cat.uber
Cat.prototype
函数Animal()
对象Cat1 {name: \"大毛\
收藏
0 条评论
下一页