int [] array = new int [ 10 ];. int length = array.length;. System.out.println( "数组array的长度是:" + length); ...
確定! 回上一頁