继承
摘要:function Mother(age){ this.age=age; this.num=["hello","world"]; } Mother.prototype.printage=function(){ console.log(this.age); } function Person(name,
阅读全文
posted @ 2016-05-11 23:00
posted @ 2016-05-11 23:00