StringA UnicodeToAnsi(__in StringW * str) { if (str == NULL) return ""; int nRequired = WideCharToMultiByte(CP_UTF8, 0, str->c_str(), (int)str->length(), ...
確定! 回上一頁