在微信開發裡需要獲取當前城市,我用的高德地圖,但有的城市定位有誤,比如在深圳會定位到成都,有沒有其他方法可以定位到當前城市,例如通過html5獲取的經緯度獲取城市
在微信開發裡需要獲取當前城市,我用的高德地圖,但有的城市定位有誤,比如在深圳會定位到成都,有沒有其他方法可以定位到當前城市,例如通過html5獲取的經緯度獲取城市
微信自備位置介面https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141115&token=&lang=zh_CN
可以用ip定位,連結ip函式介面.
新浪介面http://intint .dpool.sina.com.cn/iplookup/iplookup.php?format=js
<code><script src="http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js"></script> <script> alert(remote_ip_info.province + '\n' + remote_ip_info.city) </script> </code>
你是不是經緯參數弄反了