你好我有谷歌地图的问题,例如在index.html上我的地图有效,如果我把它添加到其他.html它不会工作,因为我得到这个错误我的代码是:
<div id="google-map" class="wow fadeIn" data-latitude="43.8489755" data-longitude="18.3481655" data-wow-duration="1000ms" data-wow-delay="400ms"></div>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDH-BeBUYlCTOX7xADeDI3Wj7bPjXHAzvc&callback=initMap">
</script>
答案 0 :(得分:-1)
你的密钥是否设置为另一个.html?如果它在同一个域内,那么你应该没问题,但是如果你在一个单独的域上工作,那么你需要获得一个新的密钥。
https://developers.google.com/maps/documentation/javascript/get-api-key