日期:2014-05-17 浏览次数:21188 次
IList<string> liststr = new List<string>() { "1","2","3","4"}; foreach(var ilist in liststr) { Console.WriteLine(ilist); }