概述
代码:
import socket host='www.163.com' ip=socket.gethostbyname(host) print('Ip of {} is {}'.format(host,ip))
输出:
C:Usershorn1Desktoppython51-gethostip>python gethostip.py Ip of www.163.com is 219.232.42.124
2018年5月15日
转载于:https://www.cnblogs.com/xiandedanteng/p/9039939.html
最后
以上就是欣慰水壶为你收集整理的【Python】由host得到IP的全部内容,希望文章能够帮你解决【Python】由host得到IP所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复