摘要:
1111111111 ... 阅读全文
posted @ 2019-03-10 20:52
芯-觞
阅读(242)
评论(0)
推荐(0)
摘要:
111111111111 ... 阅读全文
posted @ 2019-03-10 20:52
芯-觞
阅读(150)
评论(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
芯-觞
阅读(251)
评论(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
芯-觞
阅读(194)
评论(0)
推荐(0)

浙公网安备 33010602011771号