var a = 0; if (true) { a = 1; function a() {} a = 21; console.log(a); } console.log(a);
扫描二维码,关注牛客
下载牛客APP,随时随地刷题
全部评论
(2) 回帖