首页 > 其他分享> > 050-for循环演示-【视频讲解】 050-for循环演示-【视频讲解】 2019-04-15 08:55:57 作者:互联网 1.1.1. for循环代码举例 视频讲解 class ForDemo { public static void main(String[] args) { for(int x = 1; x<3; x++) { System.out.println("x="+x); } } } 标签:视频,演示,1.1,args,循环,讲解,050,out 来源: https://blog.csdn.net/u012725164/article/details/89305070