首先,我们先看 ECMAScript 2020 13.3.1 Let and Const Declarations: let and const declarations define variables that are scoped to the running execution context's LexicalEnvironment. The variables are created ...