禁止循环中的函数(no-loop-func). 在循环内编写函数往往会导致错误, ... for (var i = 0; i < 10; i++) { funcs[i] = function() { return i; }; }.
確定! 回上一頁