怎么把wstring 转换为CString

   wstring   str   =   _T("123");  
    CString   cs(str.c_str());

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