赛马会面试题

List<List<string>> allList = new List<string>()

{

       new List<string>(){"a","b","c"},

       new List<string>(){"e","f","g"},

       new List<string>(){"h","i","j"},

      .......超过三行

}

求怎么获取 aeh,aei,aej,........ceh,cei,cej,cfh,....cgj

posted @ 2016-06-02 22:09  金融之王  阅读(258)  评论(1编辑  收藏  举报