{ let a = 10; var b = 1; }a;//?b;//?
for (let i = 0; i < 10; i++) { } console.log(i);
ES6....考试
原文:https://www.cnblogs.com/amy-chen/p/11596932.html