判断题
var b = 3;(function(){ b = 5; var b = 2;})();console.log(b);
上面代码会报错 。
【参考答案】
错误
(↓↓↓ 点击‘点击查看答案’看答案解析 ↓↓↓)
点击查看答案&解析
相关考题
