是不是安全数组啊? 高手能不能给个使用例子? 问题点数:50、回复次数:2Top
VARIANT data; if (data.vt==(VT_ARRAY|VT_UI1)) 数据就在data.parray里面;Top
谢谢!Top