摘要: std::wcout.imbue(std::locale("chs")); std::wcout << L"按下回车开始注入!"; 阅读全文
posted @ 2022-05-09 18:57 hack747 阅读(223) 评论(0) 推荐(1) 编辑
摘要: #include <wchar.h> #include <windows.h> /** @fn std::wstring String2WString(const std::string& str_in) * @brief string转换为wstring * @param (IN) const s 阅读全文
posted @ 2022-05-09 18:52 hack747 阅读(232) 评论(0) 推荐(0) 编辑