我只是输入了一个模态<div id = maps>
,我的功能是
function myFunction(){
map = new google.maps.Map(document.getElementById('agence-map'), {
center: {lat: -34.397, lng: 150.644},
zoom: 8
});
$('#myModal').modal('show');
}
当显示模态时,除非我检查任何元素,否则不能显示地图。 那么有什么解决方案吗?