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.
请帮我。在不创建手动函数来迭代字典的情况下,我对在 vbscript 中获取字典的长度或大小有点困惑。是否有任何可用的方法来获取字典的长度?(例如数组中的 UBound )。
感谢您的关注,对不起我的英语不好。
您可以使用Count。Count 属性用于确定 Dictionary 对象中键/项对的数量。