Skip to content

AOKI123/ipv4-cn-geo-mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipv4-cn-geo-mapping

IPV4和中国地域的映射

使用非常简单

class Tester {
    
    public static void main(String[] args){
      GeoMappingService srv = new GeoMappingService();
      GeoData geo = srv.mapping("116.228.188.206");
      System.out.println(geo.getDescription());
      // ...console result..
      // 中国 (除港澳台)-上海市-上海市
    }
}

About

IPV4和中国地域的映射

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages