1.注意条件设置

 

for i:=1 to 10 do
begin
   if i>5 then
   begin
   break;
   end;
end;

 

break         全部
continue     本次

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
  • 2021-04-26
  • 2021-05-16
猜你喜欢
  • 2021-07-27
  • 2021-10-10
  • 2022-01-05
  • 2021-07-25
  • 2021-04-13
  • 2021-12-17
  • 2021-05-10
相关资源
相似解决方案