摘要: 首先将带有中文的字符串转换成string void unicodeToUTF8(const wstring &src, string& result){int n = WideCharToMultiByte( CP_UTF8, 0, src.c_str(), -1, 0, 0, 0, 0 );res 阅读全文
posted @ 2019-07-04 15:11 酷熊 阅读(1180) 评论(0) 推荐(0)