int [] int_array = new [] { 1,2,3,4,5,6 };. 25. // Array轉換成list 用ToList(). 26. List<int> int_list = int_array.ToList();.
確定! 回上一頁