[1, 2, 3, 4, 5].forEach(v => { if (v % 2 !== 0) { // SyntaxError: Illegal continue statement: no surrounding iteration statement continue; }});.
確定! 回上一頁