D.使用clone方法. 效率:System.arraycopy>clone>Arrays.copyOf>for迴圈. 1、System.arraycopy的用法: public static void arraycopy(Object src, ...
確定! 回上一頁