摘要:
List> list = new List>() { new List() { "a", "b", "c" }, new List() { "A", "B" }, new List() { "1", "2" } }; var array = list.Aggregate((m, n) => m.SelectMany(t1 => n.Select(t2 => t1 + t2).ToList()).... 阅读全文
posted @ 2016-05-11 16:34
鞍山老菜鸟
阅读(928)
评论(0)
推荐(0)

浙公网安备 33010602011771号