linux DNS

使用gethostbyname()執行DNS過程 #include <netdb.h> #include <sys/socket.h> #include <arpa/inet.h> #include <iostream> int main(int argc,char* argv[]){ struct hostent* h; char buf[64]; for(int i = 0;i < a
相關文章
相關標籤/搜索