That is, the scope of a variable declared in a code block is limited to that block. { // declare a variable in this block. let check = ...
確定! 回上一頁