2017年9月28日

摘要: /** * 需求:基本练习 * 思路:略 * * 步骤:略 */ public class Demo_1{ public static void main(String[] arge){ for(int x=1;x<3;x++) { System.out.println("x="+x); } ... 阅读全文
posted @ 2017-09-28 06:50 技术小子2025 阅读(119) 评论(0) 推荐(0)
摘要: while 阅读全文
posted @ 2017-09-28 06:34 技术小子2025 阅读(168) 评论(0) 推荐(0)

导航