我們也可以在變數宣告或是new陣列時就給定初始值: public class Arrays { public static void main(String[] args) { int[] a1 = { 1, 2, 3, 4, 5 }; Object[] a2 ...
確定! 回上一頁