摘要: 有个场景, 需要展示ip的经纬度 和所属省市 使用开源的地理库 geoip2 ,需要去官网下载一个GeoLite2-City.mmdb包, 差不多50M左右 先安装扩展 pip install geoip2 示例代码 import geoip2.database # 指定你的 GeoLite2 数据 阅读全文
posted @ 2024-09-03 17:20 干炸小黄鱼 阅读(81) 评论(0) 推荐(0) 编辑