setTimeou的t應用var ids = []; function foo1(i) { this.i = i; console.log('i = ' i); ids[0] = setTimeout((function () { foo1(i); }),1000); } ...
確定! 回上一頁