【发布时间】:2019-02-10 01:55:33
【问题描述】:
我正在寻找与字典对象项相关的解决方法
Dim a, d 'Create some variables
Set d = CreateObject("Scripting.Dictionary")
d.Add "a", "Athens" 'is possible I know
d.Add "a", "Athens","India","Paris" ' Is this Possible under same Key?
描述快照:(已更新)
Manger ID EMPID EMPID EMPID EMPID ......
11 12 10
15 10
20 22 45 46
40
然后如何使用字典对象来实现上表?给我一些想法。
谢谢,
【问题讨论】:
标签: vbscript