aspirant

(1)break 跳出当前循环体

(2)continue 跳过当前循环体continue后面的代码,继续执行下一个循环

(3)return 和循环没关系,就是跳出该函数

分类:

技术点:

相关文章: