申请了一个key,只加了这么一段代码,就出现了这个地图在我的blog上了!

script src="http://maps.google.com/maps?file=api&v=1&key=yourkey"
type="text/javascript"></script>
<div )); 
var center_point = new GLatLng(38.41055825094609, 115.42236328125);
map.setCenter(center_point, 6);
map.addControl(new GSmallMapControl());
map.addControl(new GScaleControl());
//]]>
</script> 

相关文章:

  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
  • 2021-09-26
  • 2021-12-07
  • 2021-05-21
  • 2022-12-23
猜你喜欢
  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
  • 2021-06-05
  • 2022-02-09
  • 2021-09-28
  • 2021-11-27
相关资源
相似解决方案