2018年3月30日

原型对象和原型链

摘要: 我们经常会这么写 ? 1 2 3 4 5 6 7 8 function Person () { this.name = 'John'; } var person = new Person(); Person.prototype.say = function() { console.log('Hell 阅读全文

posted @ 2018-03-30 10:25 王子乔 阅读(182) 评论(0) 推荐(0)

ES6入门

摘要: 引用: 阮一峰老师的教程,地址 阅读全文

posted @ 2018-03-30 09:12 王子乔 阅读(135) 评论(0) 推荐(0)

导航