摘要: 1 //优化前 2 function Person (name,age){ 3 this.name=name; 4 this.age=age; 5 this.run=function () { 6 console.log('pao'); 7 } 8 } 9 var... 阅读全文
posted @ 2017-05-07 13:24 浅悠落0521 阅读(246) 评论(0) 推荐(0) 编辑