我想要两个 Google Maps API 在单个 html 文件中。所以我做了如下。但它不起作用。请通过指导我为什么不能以及我在哪里弄错来帮助我?提前致谢。
<html>
<head>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&libraries=drawing"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=geometry&sensor=false"></script>
</head>
<body>
</body>
</html>