js原型链演示05-继承函数示例
2015-10-31 08:19:03 4 举报
js原型链演示05-继承函数示例
作者其他创作
大纲/内容
constructor
函数Object()
Object.prototype
Animal.prototype
原型对象Cat { }
Null
function Animal(){this.species = \"动物\";}
原型对象Object { }
原型对象Animal { }
__proto__
Cat.prototype
函数Animal()
收藏
0 条评论
下一页