var x = 0;function foo() {alert(x);} function bar() {var x = 20;foo();} bar();
請問為什么輸出的結果是0,而不是20呢
慕姐4208626
2018-12-12 18:15:43