luoyikun

导航

2017年12月13日 #

c# 遍历字典改key

摘要: void test(int cur, int cnt) { List<string> list = new List<string>(m_pptData.dicPpt.Keys); foreach (string key in list) { if (int.Parse(key) > cur) { 阅读全文

posted @ 2017-12-13 02:26 luoyikun 阅读(12) 评论(0) 推荐(0)