摘要: IList<string> mList = new List<string>(); mList.Add("2222"); mList.Add("zxc"); foreach (string s in mList) { Console.WriteLine(s); } 阅读全文
posted @ 2017-07-24 11:37 914556495 阅读(7690) 评论(1) 推荐(0) 编辑