摘要: Dim dict ' 创建Dictionary Set dict = CreateObject("Scripting.Dictionary") ' 增加项目 dict.Add "A", 300 dict.Add "B", 400 dict.Add "C", 500 ' 统计项目数 n = dict. 阅读全文
posted @ 2016-02-03 11:34 Eryk Leung 阅读(6465) 评论(0) 推荐(0)