摘要: ##Socket函数 #include <sys/types.h> #include <sys/socket.h> int socket(int domain, int type, int protocol); domain 协议族: AF_OCAL, AF_INT, AF_INET7 type S 阅读全文
posted @ 2021-04-16 19:06 tao10203 阅读(56) 评论(0) 推荐(0)