标签: javascript jquery geolocation geoip
我想通过国家/地区名称(印度)其他国家代码(IN)获取国家/地区拨打代码+91(India)。
+91(India)
我通过示例获取国家/地区名称和国家/地区代码,
$.getJSON('http://freegeoip.net/json/', function(result) { alert(result.country_code); alert(result.country_name); });
答案 0 :(得分:-1)
我知道我为时已晚,但在某些时候可能会帮助某人
RestCountries