return:1、跳出整个方法体 2、返回值 function(a){return a=2};

break:跳出当前循环,

continue:跳出当前判断继续执行

 

相关文章:

  • 2022-02-26
  • 2021-12-14
  • 2022-12-23
  • 2021-05-24
  • 2021-10-05
  • 2022-01-18
  • 2021-12-24
猜你喜欢
  • 2022-02-03
  • 2022-02-17
  • 2021-07-29
  • 2021-04-05
  • 2021-12-06
  • 2021-06-10
  • 2022-02-01
相关资源
相似解决方案