CString s = _T("abc"); std::string str = CStringA(s);. 你试试看吧,我不知道这种做法是否正宗 ... 而std::string转CString就简单了,只需要从c风格字符串中转即可.
確定! 回上一頁