- github
数据清洗之ip地址解析:https://github.com/wzhe06/ipdatabase - 简述
获取ip对应的城市,只需要把IpHelper
类下95行0改为1。
// 源码 IpHelper.findRegionByIp(ip) 方法默认是返回省份
String province = row.getCell(0).getStringCellValue();
IpHelper
类下95行0改为1。// 源码 IpHelper.findRegionByIp(ip) 方法默认是返回省份
String province = row.getCell(0).getStringCellValue();