Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的网站上使用谷歌地图,它显示如下。
网站
单击位置选项卡以查看地图。
因为地图一开始是隐藏的,所以必须触发 resize 事件。
google.maps.event.trigger(map, "resize");
从文档
当 div 改变大小时,开发者应该在地图上触发这个事件:google.maps.event.trigger(map, 'resize')。