18143453325 在线咨询 在线咨询
18143453325 在线咨询
所在位置: 首页 > 营销资讯 > 建站知识 > 域名IP解析并判断国家属地

域名IP解析并判断国家属地

时间:2023-02-13 08:06:01 | 来源:建站知识

时间:2023-02-13 08:06:01 来源:建站知识

IP查询的API

ipinfo、ipinfodb

import requestsimport json# IP address to testip_address = '147.229.2.90'request_url = 'https://geolocation-db.com/jsonp/' + ip_addressresponse = requests.get(request_url)result = response.content.decode()result = result.split("(")[1].strip(")")result = json.loads(result)print(result)


IP geolocation with Python - Step by step guide




域名解析

import socketdef URL2IP(): for oneurl in urllist.readlines(): url=str(oneurl.strip())[7:] print url try: ip =socket.gethostbyname(url) print ip iplist.writelines(str(ip)+"/n") except: print "this URL 2 IP ERROR "try: urllist=open("D:/urllist.txt","r") iplist=open("D:/iplist.txt","w") URL2IP() urllist.close() iplist.close() print "complete !"except: print "ERROR !"Python--域名解析成IP地址_LandGrey的博客-CSDN博客_python解析域名ip





关键词:判断,国家,属地

74
73
25
news

版权所有© 亿企邦 1997-2025 保留一切法律许可权利。

为了最佳展示效果,本站不支持IE9及以下版本的浏览器,建议您使用谷歌Chrome浏览器。 点击下载Chrome浏览器
关闭