python获取本机外网ip的方法

上传:engineer_seu 浏览: 15 推荐: 0 文件:PDF 大小:27.81KB 上传时间:2020-12-30 14:17:07 版权申诉
本文实例讲述了python获取本机外网ip的方法。分享给大家供大家参考。具体如下: python从显示ip地址的网站获取本机外网ip,这段python代码抓取网站上的ip地址信息 import urllib import re print "we will try to open this url, in order to get IP Address" url = "http://checkip.dyndns.org" print url request = urllib.urlopen(url).read() theIP = re.findall(r"\d{1,3}\.\d{1,3}\.
上传资源
用户评论