您的位置:首页 > Web前端 > HTML

[html] 本地如何测试google map -- How to test google map in localhost

2010-05-28 18:59 543 查看
The key point to test the google map in localhost is that we need the test key,

Ok, the test key is below:

ABQIAAAAnfs7bKE82qgb3Zc2YyS-oBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxSySz_REpPq-4WZA27OwgbtyR3VcA


So now we can call the google map via

<script type="text/javascript" src="http://maps.google.com/maps?file=api&v=2.x&key=ABQIAAAAnfs7bKE82qgb3Zc2YyS-oBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxSySz_REpPq-4WZA27OwgbtyR3VcA"></script>


Have fun! :)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐