摘要: function Person(name, age, job) { this.name = name; this.age = age; this.job = job; this.friends = ['Jack', 'Lee']; } Person.prototype ... 阅读全文
posted @ 2016-05-04 15:55 shenq2014 阅读(139) 评论(0) 推荐(0) 编辑