JavaJava 循环、条件判断本页总览Java 循环、条件判断 for 循环 for (int i=0; i<10; i++) { System.out.println("i = " + i);} while 循环