Look at your code: Java. for(i=0;i<x;i++) { itr[i] = new ArrObj(); itr[i].putdata(); } Each time round the loop, you create a brand new ...
確定! 回上一頁