/*11*/ int socket_connect(char *host, in_port_t port){ /*12*/ struct hostent *hp; /*13*/ struct sockaddr_in addr; /*14*/ int on = 1, sock;.
確定! 回上一頁