取得陣列長度. 取得陣列長度: int[] values = new int[12]; int size = values.length; int[] values2 = {1,2,3,4,5} int size2 = values2.length;.
確定! 回上一頁