我想知道是否有办法在单独的HTTP请求中加载谷歌地图库?我的兴趣是知道是否可以这样做,因为我找不到任何相关的文件...
例如:
<script type="text/javascript" scr="//maps.google.com/maps/api/js?language=en&sensor=false"></script>
<!--
First map which does not need extra google map libraries
-->
<script type="text/javascript" scr="library_url"></script>
<!--
Second map which needs extra google map libraries
-->
由于