The break statement is used to exit the current loop (while and for loops). The scope of the break statement is only the current loop. See the following example ...
確定! 回上一頁