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

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&amp;v=2.x&amp;key=ABQIAAAAnfs7bKE82qgb3Zc2YyS-oBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxSySz_REpPq-4WZA27OwgbtyR3VcA"></script>

 

Have fun! :)

posted @ 2010-05-28 18:59  DavidHHuan  阅读(376)  评论(0)    收藏  举报