var per = { name : 'jake', age : 20 getName: function(){ return this.name; } getAge: function(){ return this.age; } }
添加回答
举报
0/150
提交
取消