LookupService lookup = new LookupService(url.getPath), LookupService.GEOIP_MEMORY_CACHE);
Location locationServices = lookup.getLocation(ipAddress);
ipAddress 是String, lookup 不是null& locationServices 为空
我使用了 geoip-api-1.2.10.jar & GeoLite数据库
我缺少什么?
答案 0 :(得分:0)
没有足够的信息,查询服务是什么以及它来自何处,是您自己的课程之一还是您从互联网上下载的内容?