关于Char与string

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

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

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

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

posted @ 2009-11-30 13:38  风影极光  阅读(228)  评论(0编辑  收藏  举报