🌈 搜索
📅  最后修改于: 2022-03-11 14:52:34.358000             🧑  作者: Mango
for (int[] array : myList) { for (Integer i : array) { System.out.println(i); } }