socket #include<sys/types.h>#include<sys/socket.h>int socket(int domain, int type, int protocol);参数描述domain设置通信域(本地(PF_LOCAL) ...
確定! 回上一頁