When the for loop has finished executing the value of i is 5. Now when the setTimeout call begins to execute it uses the last set value of i ...
確定! 回上一頁