摘要: ```c++ #include #include inline std::string utf8_to_gbk(const std::string& str) { std::wstring_convert> conv; std::wstring tmp_wstr = conv.from_bytes( 阅读全文
posted @ 2023-07-04 10:56 马肯尼煤牙巴骨 阅读(153) 评论(0) 推荐(0)