List<String> list = ..; String[] array = list.toArray(new String[0]);. For example: List<String> list = new ArrayList<String>(); ...
確定! 回上一頁