摘要:
class Program { static void Main(string[] args) { //string words = "1,2,3"; //string[] split = words.Split(','); //foreach (string s in split) //{ // if (s.Trim() != "") // Console.WriteLine(s); //} S... 阅读全文
posted @ 2009-12-01 11:09
风影极光
阅读(138)
评论(0)
推荐(0)