百度地图JS-API:点击地图获取经纬度
1.引用百度地图引用js <%--这是百度的js--%> < script type ="text/javascript" src ="http://api.map.baidu.com/api?v=3.0&ak=这里是填写你在百度地图申请的秘钥,不是这串文字" ></ script > <%--这是引用个jq--%> <script type="text/javascript" src="jquery.min.js"></script> 2.创建input和div <!-- 这是地图的div --> < div id ="allmap" style ="width: 100%;height: 450px;" ></ div > <!-- 这是地址详情框 --> < input type ="text" id ="site" > <!-- 这是 经度 --> < input type ="text" id ="longitude" > <!-- 这是 维度 --> < input type ="text" id ="latitude" > 3.写功能js < script > // 百度地图API功能 var map = new BMap.Map( " allmap " ); var point = new BMap.Point(107.31612162513613,30