无法将类型“System.Collections.Generic.List
List<string> list = new List<string>();.........ArrayList al = new ArrayList();al.AddRange(list);如果单纯转换为对象数组,直接调用 list.ToArray() 方法。
无法将类型“System.Collections.Generic.List
List<string> list = new List<string>();.........ArrayList al = new ArrayList();al.AddRange(list);如果单纯转换为对象数组,直接调用 list.ToArray() 方法。