原生JS以对象做为构造器建立实例Object.create()

使用对象字面量做为其余对象的基础 建立Person对象 具备下列属性javascript var Person = { firstName : 'quanquan', lastName : 'xu', birthDate : new Date('1992-01-04'), gender : 'female', getAge : function(){
相关文章
相关标签/搜索