gethostbyname

gethostbyname()函數說明——用域名或主機名獲取IP地址     包含頭文件     #include <netdb.h>     #include <sys/socket.h>     函數原型     struct hostent *gethostbyname(const char *name);     這個函數的傳入值是域名或者主機名,例如"www.google.cn"等等。傳
相關文章
相關標籤/搜索