1 std::string str_Str = "xxx";
2 CString str_CStr;
3 str_CStr.Append(str_Str.c_str());

相关文章: