C#将字符串拆分成数组
string [] ArrList="".Split(",".ToCharArray(), StringSplitOptions.RemoveEmptyEntries);
原文:https://www.cnblogs.com/wml-it/p/15196466.html