package cn.com.mx.zkstudy; import java.util.ArrayList; import java.util.List; /** * Hello world! * */ public class App { public static void main( String[] args ) { boolean lean = true; System.out.println("lean的值:"+lean); for(int i=1;lean;i++){ System.out.println("i的值为:"+i); List<String> list = new ArrayList<String>(); list.add("aaa"); list.add("bbb"); list.add("ccc"); list.add("ddd"); for (String string : list) { System.out.print(string+"=="); } lean = false; // if(list.size()>2){ // lean = false; // } } } }
最近下载更多
最近浏览更多
zgd_suny LV7
2023年5月17日
liangge2115 LV27
2023年3月20日
bin2337 LV4
2022年9月22日
lwp011 LV27
2022年9月19日
LKBBDD LV7
2022年6月2日
微信网友_5952843817488384 LV2
2022年5月10日
1145304128 LV12
2022年4月1日
denliv_hui LV13
2022年2月11日
Rommel LV27
2021年10月12日
huangxiaoke20 LV17
2021年7月19日