摘要: 服务端: #include <stdio.h> #include <stdlib.h> #include <winsock2.h> #pragma comment(lib, "ws2_32") static SOCKET Udp; int udp_init(char *ip, int port) { 阅读全文
posted @ 2023-03-01 19:55 三字经 阅读(41) 评论(0) 推荐(0) 编辑