你要保证你的ArrayList里面添加的都是string类型,然后:string[] values = (string[])list.ToArray(typeof(string));