2012年第四届深圳动漫节-7月21日游记
早上去的比较早,进场的时候,coser也很少。
这次也不知道为什么,没什么心情去拍coser,只是在里面走走看看,聊聊天。
被万智牌的展位吸引了半个多小时,跟一帅哥交流了一番,最终还是没有下手。
小吴背着我的包包,上面别着刚买的几个胸章:“强攻弱受”、“一个艰难的决定”、“求交往”,相当霸气!
function makeMap() {
var latlng = new google.maps.LatLng(22.5430990, 114.0578680)
var myOptions = {
zoom: 12,
center: latlng,
mapTypeControl: true,
mapTypeControlOptions: {style: google.maps.MapTypeControlStyle.DROPDOWN_MENU},
navigationControl: true,
navigationControlOptions: {style: google.maps.NavigationControlStyle.ZOOM_PAN},
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById('GMV'), myOptions);
var contentString = '这是第三次在深圳参加动漫节了。还不错';
var infowindow = new google.maps.InfoWindow({
content: contentString
});
var marker = new google.maps.Marker({
position: latlng,
map: map,
title: ''
});
google.maps.event.addListener(marker, 'click', function() {
infowindow.open(map,marker);
});
}
window.onload = makeMap;
原文链接:http://www.firelove.com.cn/2012/07/21/4th-szcaf-335.html
这次也不知道为什么,没什么心情去拍coser,只是在里面走走看看,聊聊天。
被万智牌的展位吸引了半个多小时,跟一帅哥交流了一番,最终还是没有下手。
小吴背着我的包包,上面别着刚买的几个胸章:“强攻弱受”、“一个艰难的决定”、“求交往”,相当霸气!
function makeMap() {
var latlng = new google.maps.LatLng(22.5430990, 114.0578680)
var myOptions = {
zoom: 12,
center: latlng,
mapTypeControl: true,
mapTypeControlOptions: {style: google.maps.MapTypeControlStyle.DROPDOWN_MENU},
navigationControl: true,
navigationControlOptions: {style: google.maps.NavigationControlStyle.ZOOM_PAN},
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById('GMV'), myOptions);
var contentString = '这是第三次在深圳参加动漫节了。还不错';
var infowindow = new google.maps.InfoWindow({
content: contentString
});
var marker = new google.maps.Marker({
position: latlng,
map: map,
title: ''
});
google.maps.event.addListener(marker, 'click', function() {
infowindow.open(map,marker);
});
}
window.onload = makeMap;
原文链接:http://www.firelove.com.cn/2012/07/21/4th-szcaf-335.html