google地图Mark的图标问题
var image = 'my_custom_icon_print.gif';
marker = new google.maps.Marker({
position: latlng,
map: map,
icon : image,
title:"hello world"
});
那个image怎么显示不出来啊(google地图),不知道哪里错了,求高手 新年祝福网页
我以前弄过,你确定你加的图片和 你的js页面在同一个目录下吗