摘要: 记录一下如何用两种语言简单通信,(其实也大差不差的,应该把。。。) // C++ 服务端 #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <unistd.h> #include <iost 阅读全文
posted @ 2023-11-26 23:36 yueyingyifeng 阅读(128) 评论(0) 推荐(0)