As mentioned, a variable being declared using var will be function scoped, meaning it will exist within the scope of the function it's declared ...
確定! 回上一頁