JS對象和原型以及構造函數

function person(firstname,lastname,age,eyecolor)    {     this.firstname=firstname;     this.lastname=lastname;     this.age=age;     this.eyecolor=eyecolor;     this.changeName=cN;     function cN(na
相關文章
相關標籤/搜索