The break statement is used to terminate a loop and get out of it. Then, the code following the loop code block will be executed next (if any).
確定! 回上一頁