arrayList转换为数据

ArrayList arrayList = SetTools.loadfile(path);
string[] str = (string[])arrayList.ToArray(typeof(string));

原文地址:https://www.cnblogs.com/943711466qq/p/6483292.html