得到字典里的所有值

     foreach (KeyValuePair<string, int> ff in FilesABNumberDic)
        {
            Debug.Log("键:" + ff.Key + "值:" + ff.Value);
        }

猜你喜欢

转载自blog.csdn.net/wk201403010114/article/details/81002790