js獲取當前物理地址

搜狐IP地址查詢接口(默認GBK):http://pv.sohu.com/cityjsonjson

var returnCitySN = {"cip": "183.64.76.242", "cid": "440100", "cname": "廣東省廣州市"};

搜狐IP地址查詢接口(可設置編碼):http://pv.sohu.com/cityjson?ie=utf-8編碼

示例,搜狐APIcode

<script>
$.getScript('http://pv.sohu.com/cityjson',function(result){
  alert(returnCitySN.cname)

});
	</script>
相關文章
相關標籤/搜索