In most other languages, the code above would lead to an error because the “life” (i.e., scope) of the variable i would be restricted to the for block. In ...
確定! 回上一頁