xiehongguang
Results
1
comments of
xiehongguang
在思考题1的第一段中,我在金丝雀中执行的结果与分析不同。 返回结果是:1,而非报错 `function foo() {` `console.log(a);` `a` = 1; `}` `foo(); // ???` `1` `undefined`