varx=10;varfoo={x:20,bar:function(){varx=30;console.log(this.x);}};console.log(foo.bar());console.log((foo.bar)());这两个输出怎么解释? 查看完整描述