关于Char与string

//string words = "1,2,3";

            //string[] split = words.Split( ',');

            //foreach (string s in split)
            //{

            //    if (s.Trim() != "")
            //        Console.WriteLine(s);
            //}

原文地址:https://www.cnblogs.com/mingle/p/1613662.html