原生JS以對象做爲構造器建立實例Object.create()

使用對象字面量做爲其餘對象的基礎 建立Person對象 具備下列屬性javascript var Person = { firstName : 'quanquan', lastName : 'xu', birthDate : new Date('1992-01-04'), gender : 'female', getAge : function(){
相關文章
相關標籤/搜索