CStringArray杂记

1、Arr.GetAt(位置);  Arr.Replace(被替换,替换) ;  Arr.RemoveAll() //清空数组;   Arr.Add(添加元素);  

原文地址:https://www.cnblogs.com/wolun666/p/10213738.html