每日一题(四五)var temp = { x:40 foo:function(){ var x = 10console.log(this.x) } }(temp.foo,temp.foo)()

NoSuchKey

猜你喜欢

转载自blog.csdn.net/MFWSCQ/article/details/106289025