摘要:
原文出自http://www.cnblogs.com/ggjucheng/archive/2012/12/16/2820842.html英文出自http://docs.oracle.com/javase/tutorial/java/nutsandbolts/for.htmlfor语句提供了一个紧凑的方式来遍历一个范围值。程序经常引用为"for循环",因为它反复循环,直到满足特定的条件。for语句的通常形式,表述如下:for (initialization; termination; increment) { statement(s)}使用该版本的for语句时,要记住:初始化 阅读全文
posted @ 2012-12-16 23:00
ggjucheng
阅读(1369)
评论(0)
推荐(0)

浙公网安备 33010602011771号