public static void main(String[] args) { List<String> list = new ArrayList<>(); for (int i = 0; i < 5; i++) { list.add("i=" + i); } //1.
確定! 回上一頁