摘要: Sub test()' Dim s As Collection '定义s变量为集合对象' Set s = New Collection '初始化集合对象s (否则无法使用) Dim s As New Collection '推荐这句代码,直接初始化,可以不用再Set了 '集合s中添加元素的方法 Fo 阅读全文
posted @ 2021-09-12 10:05 CrossPython 阅读(80) 评论(0) 推荐(0)