百度地图,是否显示发送到手机按钮
时间:2014-09-25 15:09:20
收藏:0
阅读:359
去掉这可恨的手机按钮,如图

var iw = new BMap.InfoWindow("<b class=‘iw_poi_title‘ title=‘" + json.title + "‘>" + json.title + "</b><div class=‘iw_poi_content‘ style=\"font-size:12px; width:200px;\">" + json.content + "</div>", { enableMessage: false });
原文:http://www.cnblogs.com/angelgril/p/3992684.html
评论(0)