If you'd like to stop a “for”-loop in the middle of running, you can use the “break” statement. “break” is used for exiting out of a loop, just as we have seen ...
確定! 回上一頁