DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>地图显示title>
<script type="text/javascript">
window._AMapSecurityConfig = {
securityJsCode: 'c491de06e914def9fb0608a7b64912c7',
}
script>
<script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=239135b2328613b10a3d59c3c1ff4f63">script>
<style>
#container{
width:500px;
height: 500px;
}
style>
head>
<body>
<div id="container">div>
<script>
var map = new AMap.Map('container')
script>
body>
html>
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
