Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道Add method向dictionary对象和对象添加元素ArrayList。所以有没有办法使用 VBScript 一次性将元素添加到此类集合中,而不是一个一个。
Add method
dictionary
ArrayList
谢谢,
您可以使用 split 从字符串创建数组,但它非常有限:
Split("a,b,c,d",",")
同样,数组
Array("a","b","c")
最后,您可以将文本文件读入记录集中,但这可能是多余的,除非您有大量的值。