當長度為偶數的時候取的是後面那個public static int getMidInfo(int array[]){ int length = array.length; return array[length / 2]; } // 2.
確定! 回上一頁