forEach (v => { if (v % 2 !== 0) { // SyntaxError: Illegal continue statement: no surrounding iteration statement continue; } });. We recommend using for/of ...
確定! 回上一頁