break stops the loop and continue to exe later code;
continue jumps back to re-exe the loop;
continue jumps back to re-exe the loop;
2014-11-27
for 技術(shù)循環(huán)
while 條件循環(huán)
do{}while() 至少循環(huán)一次
while 條件循環(huán)
do{}while() 至少循環(huán)一次