标签: java arrays list
我需要将List<List<Integer>> listoflist转换为int[] arr。直截了当的解决方案是使用for循环,但有更好的方法吗?
List<List<Integer>> listoflist
int[] arr
for