摘要:
#include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> # 阅读全文
posted @ 2023-12-08 12:23
是TC
阅读(20)
评论(0)
推荐(0)
|
摘要:
#include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> # 阅读全文
posted @ 2023-12-08 12:23
是TC
阅读(20)
评论(0)
推荐(0)
摘要:
一、代码 #include <netinet/in.h> #include <arpa/inet.h> #include <netdb.h> #include <sys/types.h> #include <sys/socket.h> #include <stdlib.h> #include <st 阅读全文
posted @ 2023-12-08 11:54
是TC
阅读(20)
评论(0)
推荐(0)
|