var per = {
name : 'jake',
age : 20
getName: function(){
return this.name;
}
getAge: function(){
return this.age;
橋本奈奈未
相关分类