摘要: 服务器端代码: #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <string.h> int main(int ac, char *av[]) { int sock, fd; FILE *fpin; c 阅读全文
posted @ 2020-12-15 20:22 20181217chen 阅读(114) 评论(0) 推荐(0)