PHP JS
循环语句
for(初始;条件;步长){ ... } for(j in i){ ... } while(条件){ ... } //continue 结束本次循环到下一次 //break 结束整个循环