摘要:
View Code 1 /***********server***********/ 2 3 #include <netinet/in.h> // for sockaddr_in 4 #include <sys/types.h> // for socket 5 #include <sys/socket.h> // for socket 6 #include <stdio.h> // for printf 7 #include <stdlib.h> // for exit 8 #include <string.h> // f 阅读全文