If you are able to use Java 8 you can use streams: List<String[]> list = IntStream.range(0, 3) .mapToObj(i -> new String[] { String.
確定! 回上一頁