std::string 改 std::wstring; const char* 改 const wchar_t*; char buf[BUF_SIZE] 改 wchar_t buf[BUF_SIZE]; vsnprintf 改 vswprintf ...
確定! 回上一頁