List <Integer> list = ...; int[] array = new int[list.size()]; for(int i = 0; i < list.size(); i++) ...
確定! 回上一頁