摘要: #include <winsock2.h> #include <stdio.h> #include <string.h> #pragma comment(lib,"ws2_32.lib") int main(int argc, char* argv[]) { //初始化WSA WORD sockVe 阅读全文
posted @ 2024-10-21 19:53 mono_4 阅读(35) 评论(0) 推荐(1)