主题
const foo={ bar:10, fu:function(){ setTimeout(function(){ console.log(this.bar); }) } } foo.fn();