import java.util.*; class Sample7_6 { public static void main(String[] args) { int[] i_array = {30,10,20,50,40}; //使用arraycopy()方法複製 ...
確定! 回上一頁