CString UTF8ToGB2312(CString str){int len;// UTF8转换成Unicodelen = MultiByteToWideChar(CP_UTF8, 0, str, -1, NULL, 0);wchar_t *pUnicode ...
確定! 回上一頁