摘要: #import <sys/socket.h> #import <netinet/in.h> #import <arpa/inet.h> #import <unistd.h> /* 1 创建Socket 参数 domain:协议域AF_INET->IPV4 type: socket类型SOCK_STR 阅读全文