setTimeout (function() { alert(i); }, 1000 + i);. uses a variable i which is declared outside of itself. The variable i is actually declared within the for loop ...
確定! 回上一頁