阿鑫来了  

2021年6月1日

摘要: 编写udp服务端的通信程序( c语言 ) #include <stdio.h> #include <unistd.h> #include <arpa/inet.h>//字节序转换接口头文件 #include <netinet/in.h>//地址结构头,协议类型文件 #include <sys/soc 阅读全文
posted @ 2021-06-01 22:14 阿鑫来了 阅读(60) 评论(0) 推荐(0)