In contrast to the break statement, continue does not terminate the execution of the loop entirely; instead: In a while loop, it jumps back to ...
確定! 回上一頁