gpt4 book ai didi

javascript - "You have included the Google Maps API multiple times on this page"错误

转载 作者:太空狗 更新时间:2023-10-29 15:43:47 25 4
gpt4 key购买 nike

我的 html 页面中有以下内容:

    <script type="text/javascript"
src="http://maps.googleapis.com/maps/api/js?libraries=geometry&sensor=false">
</script>
<script
async defer
src="https://maps.googleapis.com/maps/api/js?key=hUnDAdjYG_Wz7u2qL6unHqfBOmvaZ0H1Mg&callback=initMap">
</script>

第一个链接是 Google 的 API Geometry Library,第二个是初始化和绘制 map 。

我收到错误消息“您已在此页面上多次包含 Google Maps API。这可能会导致意外错误。”

我知道这可以通过仅调用一个脚本并更改参数来解决,请参阅 Fixing "You have included the Google Maps API multiple times on this page. This may cause unexpected errors."不过,我不知道如何复制我的问题的答案。

最佳答案

您可以包含一个链接:

<script type="text/javascript"
src="http://maps.googleapis.com/maps/api/js?libraries=geometry&sensor=false&key=AIzaSyBSsKUzYG_Wz7u2qL6unHqfBOmvaZ0H1Mg&callback=initMap">
</script>

基本上合并两个链接中的 url 参数。

关于javascript - "You have included the Google Maps API multiple times on this page"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44969698/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com