字典值是什么数据类型呢? 假设你的字典如下:
Dictionary dict = new Dictionary();foreach (var key in dict.Keys){ dict[key] = "";}