C#将字符串拆分成数组

 

 string [] ArrList="".Split(",".ToCharArray(), StringSplitOptions.RemoveEmptyEntries);

 

 

 

相关文章: