我現在有這樣的數據結構:Dictionary<string, List<string>>怎么才能顯示成如下的結構呢?key1 : list[0] list[1] ... key2 : list[0] list[1] ... 查看完整描述