Declare variables in the narrowest possible scope. For example, if a variable is used only inside a specific if statement, declare it inside that if statement ...
確定! 回上一頁