脚本程序:
randomize
set a=createobject("scripting.dictionary")
a.add "A",now()
a.add "B",rnd
a.add "C",6+8/2
msgbox a("A"),,"字典项目"
运行结果:
备注:
1、该程序必须保存为".vbs"文件;
2、该vbs程序图标为:
2025年07月08日
脚本程序:
randomize
set a=createobject("scripting.dictionary")
a.add "A",now()
a.add "B",rnd
a.add "C",6+8/2
msgbox a("A"),,"字典项目"
运行结果:
备注:
1、该程序必须保存为".vbs"文件;
2、该vbs程序图标为: