摘要: 原型链继承 原型链的基本思想是利用原型让一个引用类型继承另一个引用类型的属性和方法。 var A = { name:'... 阅读全文
posted @ 2017-10-21 15:17 legolas007 阅读(25) 评论(0) 推荐(0)