length 變數宣告為final,因此陣列物件產生後,就不能再變更其長度了 ... public class Arrays { public static void main(String[] args) { int[] a1 = { 1, 2, 3, 4, ...
確定! 回上一頁