Variant怎么操作我声明了一个object,是Variant型的。得到了一个数组,请问怎么访问里面的元素呀[解决办法]object[] objs = (object[])youVar; foreach(object obj in objs) { Console.WriteLine(o); }