If you are using nested loops, the break statement stops the execution of the innermost loop and starts executing the next line of the code after the block.
確定! 回上一頁