public static double[] remove(double[] array, int index) { return (double[]) remove((Object) array, index);
確定! 回上一頁