The break and return statements allow us to jump out from an inner block. You use the break statement to finish a loop. This statement breaks the inner loop ( ...
確定! 回上一頁