百度地图
百度地图资源: http://lbsyun.baidu.com/index.php?title=jspopular3.0 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <style> html, body, #map { width: 100%; height: 100%; } </style> </head> <body> <div id="map"> </div> <div id="results"> </div> </body> </html> <!-- 异步 --> <!-- <script> function init() { var mp = new BMap.Map('map'); mp.centerAndZoom(new BMap.Point(113.75891, 34.73523), 18); } function loadScript() { var script = document