continue语句

`continue` 是编程中的一个关键字,通常用于循环结构中(如 `for` 循环或 `while` 循环)。当 `continue` 语句被执行时,它会结束当