jquery 地理位置 与 IP地址
生活随笔
收集整理的這篇文章主要介紹了
jquery 地理位置 与 IP地址
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
1. 接口
搜狐IP地址查詢接口(默認(rèn)GBK):http://pv.sohu.com/cityjson
搜狐IP地址查詢接口(可設(shè)置編碼):http://pv.sohu.com/cityjson?ie=utf-8
獲取城市位置:http://api.map.baidu.com/location/ip?ak=ia6HfFL660Bvh43exmH9LrI6
獲取地理位置 具體到市
$(function () {$.ajax({url: 'http://api.map.baidu.com/location/ip?ak=ia6HfFL660Bvh43exmH9LrI6',type: 'POST',dataType: 'jsonp',success: function (res) {console.log(res)console.log(res.address)console.log(res.content.address)console.log(res.content.address_detail.adcode)console.log(res.content.address_detail.city)console.log(res.content.address_detail.city_code)console.log(res.content.address_detail.district)console.log(res.content.address_detail.province)console.log(res.content.address_detail.street)console.log(res.content.address_detail.street_number)}}); }); <script src="jquery.min.js"></script><div><input id="province" type="text"></div><button id="submit">提交</button><script src="position.js"></script>獲取IP地址
<script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> $("span").html(returnCitySN["cip"]); <span></span>參考:
https://blog.csdn.net/weixin_39570075/article/details/81434513
總結(jié)
以上是生活随笔為你收集整理的jquery 地理位置 与 IP地址的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Jinja2 模板用法
- 下一篇: 有勇气的牛排---微信小程序