摘要: 1.string集合转int集合 //string类型的集合 List<string> tempStr = new List<string>() { "21", "232", "12" }; //转为int类型的集合 List<int> tempNum=tempStr.Select(x=>int.P 阅读全文
posted @ 2019-01-09 09:55 bkyvoid 阅读(2533) 评论(0) 推荐(0) 编辑