Maison > Article > interface Web > 利用google提供的API(JavaScript接口)获取网站访问者IP地理位置的代码详解_javascript技巧
首先引入JavaScript API文件
此API提供的接口共有6个,geoip_country_code(){国家代码},geoip_country_ name(){国家名称},geoip_city() {城市名称},geoip_region(){地区代码},geoip_latitude(){经度},geoip_longitude(){纬度}。
其中地区代码为MaxMind内部使用的一种代码,各国省级行政区按音序排列给出的编号,通过某些方法可以转化为行政区名称。
使用实例: