摘要:
std::wcout.imbue(std::locale("chs")); std::wcout << L"按下回车开始注入!"; 阅读全文
摘要:
#include <wchar.h> #include <windows.h> /** @fn std::wstring String2WString(const std::string& str_in) * @brief string转换为wstring * @param (IN) const s 阅读全文