調用百度地圖api,通過ip獲取當前城市以及經緯度

一、申請Ak值 登錄百度地圖開放平臺: 創建應用: 創建成功後ip值就有了: 二、代碼實現 <?php $ip="xxxxxxx"; $content=file_get_contents("http://api.map.baidu.com/location/ip?ak=xxxxxxxxxxxxxx&ip={$ip}&coor=bd09ll"); $json = json_decode($conte
相關文章
相關標籤/搜索