点击运行
public class Main { public static void main(String[] args) { for (int i = 0; i < 5; i++) { System.out.println(i); } } }
运行结果 :
正在执行...