function getUserName(uer){ return `hello,${user.naam}`; } //调用函数 const user={name:'aaa',age=15}; console.log(getUSerName(user))