C# for循环遍历字典里面的全部元素

using System.Linq;//添加引用 using System; [ContextMenu("DebugTest")] public void MoviePlay() { Dictionary<string, string> TestDic=new Dictionary<string, string> (); TestDic.Add("
相关文章
相关标签/搜索