The break statement is used to terminate the loop immediately when it is encountered. The syntax of the break statement is: break [label];.
確定! 回上一頁