上一页 1 ··· 8 9 10 11 12 13 下一页
摘要: 1111111111 ... 阅读全文
posted @ 2019-03-10 20:52 芯-觞 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 111111111111 ... 阅读全文
posted @ 2019-03-10 20:52 芯-觞 阅读(146) 评论(0) 推荐(0) 编辑
摘要: public class ArrayDemo3{ public static void main(String[] args){ //定义数组 并同时赋值 int[] arr=new int[]{3,4,5,8,2}; System.out.println(arr.length); System.out.println(a... 阅读全文
posted @ 2019-03-10 20:50 芯-觞 阅读(241) 评论(0) 推荐(0) 编辑
摘要: public class ArrayDemo5{ public static void main(String[] args){ int[][] arr=new int[3][]; arr[0]=new int[]{41,22}; arr[1]=new int[]{31,12,13}; arr[2]=new int[]{3,... 阅读全文
posted @ 2019-03-10 20:45 芯-觞 阅读(181) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner; import java.util.Random; public class GuessNum3{ public static void main(String[] args){ System.out.println("猜数字游戏"); System.out.println("请输入一个1~100之间的整数... 阅读全文
posted @ 2019-03-08 18:55 芯-觞 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-03-08 11:29 芯-觞 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-03-07 20:55 芯-觞 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-03-07 20:54 芯-觞 阅读(2545) 评论(0) 推荐(0) 编辑
摘要: 首页| 公积金贷款 公积金咨询 公积金回答 表格下载 ... 阅读全文
posted @ 2019-03-07 20:52 芯-觞 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-03-07 20:51 芯-觞 阅读(91) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 下一页