Masonlu  

2018年7月12日

摘要: 一、IList 现在我们直接创建一个List集合,然后绑定 1 IList<string> list = new List<string>(); 2 list.Add("111111"); 3 list.Add("222222"); 4 list.Add("333333"); 5 list.Add( 阅读全文
posted @ 2018-07-12 16:36 Masonlu 阅读(25214) 评论(0) 推荐(1)