原文地址 http://hi.baidu.com/clive%5Fstudio/blog/item/13e57932a5e6474aad4b5fa4.html
谷歌地图的API类库是通过script标签导入的,形式如下:
<script src="http://ditu.google.com/maps?file=api&hl=zh-CN&v=2&key=abcdefg" type="text/javascript"></script>
我们使用API的时候关心的就是这个script的src属性了,这个属性也就两个部分:路径:http://ditu.google.com/maps; 参数:file=api&hl=zh-CN&v=2&key=abcdefg。
解剖一下:
1、 路径:http://ditu.google.com/maps
路径在这里需要注