```var abj = {
uname: '房东',
age: 18,
sex: '男',
sayhi: function () {
console.log('hi~');
}
}
obj.sayhi();
