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.
在我的页面上,我有 12 个谷歌地图,你可以猜到这会大大减慢我的页面加载时间,因为它会分别调用 12 次来加载每个地图,有没有人可以加快速度的解决方案?
我能想到的只是摆脱地图并使用链接到谷歌地图本身的图像,我真的不想这样做......
您最初可以使用“空”iframe(没有 src 属性)并将 src 分配给位于$(document).ready()or的 iframe $(window).load()。
$(document).ready()
$(window).load()