鏈表裏面放數組,如何取到數組的值?

代碼以下:遍歷集合中的數組,內存循環數組可得 java public class test { public static void main(String[] args) { ArrayList<int[]> list=new ArrayList<int[]>(); int[] a=new int[]{1,2,3}; int[] b=new
相關文章
相關標籤/搜索