CStringList 复制

  Outputlst.RemoveAll();
  for(int   i=0;i<alOutput.GetSize();i++)   
  {   
   Outputlst.AddTail(alOutput.GetAt((POSITION)i));   
  }

原文地址:https://www.cnblogs.com/carl2380/p/1924564.html