摘要: 分享一下 我对原型和原型链的理解 原型对象: function People(nameValue,ageValue,fondValue) { this.name = nameValue; this.age = ageValue; this.fond = fondValue; } People.pro 阅读全文
posted @ 2017-02-25 11:16 肖莉 阅读(155) 评论(0) 推荐(0)