摘要: #include <vector> #include <winsock2.h> #include <Winhttp.h> #include <windows.h> #include <iostream> #include <fstream> #include <string> using names 阅读全文
posted @ 2021-08-04 16:37 冰糖葫芦很乖 阅读(638) 评论(0) 推荐(0) 编辑
摘要: #include <Windows.h> //将string转换成wstring wstring string2wstring(string str) { wstring result; //获取缓冲区大小,并申请空间,缓冲区大小按字符计算 int len = MultiByteToWideChar 阅读全文
posted @ 2021-08-04 09:52 冰糖葫芦很乖 阅读(213) 评论(0) 推荐(0) 编辑