While the break statement is used to end from a loop completely, continue is used as a shortcut from the current loop and move on to the next.
確定! 回上一頁