VBA动态数组 如何动态地向数组中添加新的数据,可以用动态数组实现。 dim arr() as string '定义动态数组,这里不能用variant类型,不然后面用redim会出错 redim preserve ...