Another thing about forEach is that you cannot terminate the loop (with the break statement) or make it skip one iteration (with the continue ...
確定! 回上一頁