The continue statement skips the current iteration of a loop ( for , while , do...while , etc). After the continue statement, the program moves to the end of ...
確定! 回上一頁