gpt4 book ai didi

javascript - Google map 显示空白 map

转载 作者:行者123 更新时间:2023-11-30 06:52:38 25 4
gpt4 key购买 nike

div #map-canvas 包含 Google map 。

我尝试了以下代码:

$('#map-canvas').html2canvas({
onrendered: function (canvas) {
var img = canvas.toDataURL("image/png");
document.getElementById("myForm").submit();
}
});

<input type="submit" value="Take Screenshot Of Div" onclick="capture();" />
<form method="POST" enctype="multipart/form-data" action="save.php" id="myForm">
<input type="hidden" name="img_val" id="img_val" value="" />
</form>

使用此代码我得到一张空白 map 。

enter image description here

最佳答案

link可能会帮助您获取 map 图像...

关于javascript - Google map 显示空白 map ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33094488/

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