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)
浙公网安备 33010602011771号