2022年5月31日
摘要: // std::string 转换为 UTF-8 编码 std::string string2utf8(const std::string & str) { int nwLen = ::MultiByteToWideChar(CP_ACP, 0, str.c_str(), -1, NULL, 0); 阅读全文
posted @ 2022-05-31 19:11 WenJXUST 阅读(148) 评论(0) 推荐(0)