<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<script>
window.onload=function()
{
new AMap.Map('container');
var jMap=document.createElement("script");
<script type="text/javascript" src="https://webapi.amap.com/maps?v=1.4.15&key=c6e183994605d131f97132d2f296d713">
document.body.appendChild(jMap);
}
</script>
</body>
</html>