"no-loop-func": 2, // 禁止在迴圈中使用函式(如果沒有引用外部變數不形成閉包就可以) "no-new-func": 2, // 禁止使用new Function ...
確定! 回上一頁