如何使用国家代码或国家/地区名称获取国家/地区拨号代码?

时间:2017-09-30 11:34:56

标签: javascript jquery geolocation geoip

我想通过国家/地区名称(印度)其他国家代码(IN)获取国家/地区拨打代码+91(India)

我通过示例获取国家/地区名称和国家/地区代码,

$.getJSON('http://freegeoip.net/json/', function(result) {
  alert(result.country_code); 
  alert(result.country_name);    
});

1 个答案:

答案 0 :(得分:-1)

我知道我为时已晚,但在某些时候可能会帮助某人

RestCountries