比如名为Alist的arraylist中包含三个arraylist,第一个包含元素1,2第二包含元素3,4第三个包含元素5,6。如何将第一个中的2移动到第三个中
list2.Add(list1[n]);list1.RemoveAt(n);
array.copy()