摘要:
package Code411;//遍历数组public class CodeArray { public static void main(String[] args) { int[] array ={10,20,30}; int len=array.length;//使用for循环语句 for (int i = 0; i <array.lengt... 阅读全文
posted @ 2019-04-11 21:14
Ssinoo団子
阅读(194)
评论(0)
推荐(0)
摘要:
package Code411; //得到数组的长度// 使用 array.length public class CodeArrayLength { public static void main(String[] args) { int[] arrayA= new int[3]; int[] arrayB={1,2,3,4}; System... 阅读全文
posted @ 2019-04-11 21:12
Ssinoo団子
阅读(1029)
评论(0)
推荐(0)

浙公网安备 33010602011771号