The break
statement is used to jump out of a loop.
This example jumps out of the loop when i is equal to 4:
The continue
statement breaks one iteration (in the loop), if a specified condition occurs, and continues with the next iteration in the loop.
This example skips the value of 4:
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!