Home  >  Q&A  >  body text

for循环和while循环的区别在哪里啊?

请告诉我for(){}和while(){} 的区别。两个都是要先声明一个变量,然后就是一个条件。再就是原数字加1;最后满足条件的情况下一直循环下去,两个的区别在哪里?

checkcheck2830 days ago1098

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 23:21:51

    What is the difference between for loop and while loop? -PHP Chinese website Q&A-What is the difference between for loop and while loop? -PHP Chinese website Q&A

    Please watch and learn.

    reply
    0
  • 迷茫

    迷茫2016-12-21 10:56:13

    区别大了去了,一个是条件循环,另一个是判断循环。条件循环是给出循环条件,然后循环语句块。

    而判断循环则是,必须符合判断条件里的内容,然后进行循环。

    当然有些东西其实他俩都能实现。


    reply
    2
  • Cancelreply