java for循环
摘要:class TestFor{ public static void main(String [] args){ for(int i = 1; i <= 100; i++){ System.out.println(i); } for (int i=1; i<=150; i++){ System.out
阅读全文
posted @ 2018-05-01 20:28
posted @ 2018-05-01 20:28
posted @ 2018-04-26 21:11
posted @ 2018-04-26 21:03
posted @ 2018-04-14 06:27