List与String的相互转换

string s = string.Join(",", list.ToArray());

var list = str.split(',');



原文地址:https://www.cnblogs.com/wanggang/p/13706773.html