js原型链演示10-构造器拷贝继承
2015-10-31 08:22:45 3 举报
js原型链演示10-构造器拷贝继承
作者其他创作
大纲/内容
constructor
函数Object()
Object.prototype
Animal.prototype
原型对象Cat {species:\"动物\"}
拷贝
Null
uber
function Animal(){}Animal.prototype.species = \"动物\";
原型对象Object { }
原型对象Animal { species:\"动物\"}
__proto__
Cat.prototype
函数Animal()
收藏
0 条评论
下一页