我现在有这样的数据结构:Dictionary<string, List<string>>怎么才能显示成如下的结构呢?key1 : list[0] list[1] ... key2 : list[0] list[1] ... 查看完整描述