小编典典

使用Ajax动态加载Google Maps v3

ajax

当我尝试使用Ajax加载Google Maps v3时,结果是:

<script src="http://maps.gstatic.com/intl/en_us/mapfiles/api-3/2/8a/main.js" type="text/javascript"></script>

在源代码中,我想用JavaScript document.write();编写。

没有iframe,我该怎么办?

谢谢。


阅读 215

收藏
2020-07-26

共1个答案

小编典典

不支持。请使用支持的方法加载API:

http://code.google.com/apis/maps/documentation/javascript/tutorial.html#Loading_the_Maps_API

2020-07-26