continue statement信息详情

continue statement发音

意思翻译

连续语句

相似词语短语

continue───vt.继续说…;使…继续;使…延长;vi.继续,延续;仍旧,连续

statement───n.声明;陈述,叙述;报表,清单

continue python───继续python

amelioration continue───改善继续

continue study───继续学习

to continue───继续

continue todo───继续todo

continue game───继续游戏

continue on───继续

双语使用场景

As discussed in the previous article, the continue statement causes the containing loop to start the next iteration.───如前面的文章中所述,continue语句使包含它的循环开始下一次迭代。

If, by contrast, you continue in the old uniform, your suits become a statement.───对比的是,如果你继续穿原来的制服,那么你的西装就会成为一种代言。

This restriction is accomplished by using an appropriate if statement with a continue statement.───此限制通过使用适当的if语句和continue语句来完成。

Note: Note that unlike some other languages, the continue statement applies to switch and acts similar to break.───注:注意和其它语言不同,continue语句作用到switch上的作用类似于break。

Finally, the continue statement is a standard Java statement that reads, in English, "Just continue looping once you're done here. "───最后,continue语句是一条标准的Java语句,它的意思是“只要到此就继续循环”。

英语使用场景

As discussed in the previous article, the continue statement causes the containing loop to start the next iteration.

This restriction is accomplished by using an appropriate if statement with a continue statement.

Finally, the continue statement is a standard Java statement that reads, in English, "Just continue looping once you're done here."