摘要: 第一版 #include <stdio.h> #include <sys/types.h> #include <sys/socket.h> // 包含套接字函数库 #include <netinet/in.h> // 包含AF_INET相关结构 #include <arpa/inet.h> // 包 阅读全文
posted @ 2022-04-14 21:54 starc的miao 阅读(190) 评论(0) 推荐(0)