根据IP获取经纬度 js
Posted laneyfu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了根据IP获取经纬度 js相关的知识,希望对你有一定的参考价值。
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <script src="https://code.jquery.com/jquery-3.4.1.min.js" ></script> <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> <script> function getXYbyIP() var url="https://api.map.baidu.com/location/ip?ak=HQi0eHpVOLlRuIFlsTZNGlYvqLO56un3&coor=bd09ll"; $.ajax( url:url, type: ‘POST‘, dataType: ‘JSONP‘, async: false, cache: true, success: function (data) console.log(data) , error: function (data) ); getXYbyIP(); </script> </head> <body> </body> </html>
以上是关于根据IP获取经纬度 js的主要内容,如果未能解决你的问题,请参考以下文章
Python根据域名批量获取IP地址和经纬度(2021.12.1)
Python根据域名批量获取IP地址和经纬度(2021.12.1)