我正在尝试在地图上显示 Adsense 广告,但 Internet Explorer 又一次让我很难过。广告显示在我尝试过的所有其他浏览器(chrome、ff、safari、opeara)上,但在 internet explorer 上。有没有人遇到过这个?这是我的广告经理代码:
var publisherID = 'ca-pub-6630823543717184';
var adsManagerOptions = {
maxAdsOnMap : 1,
style: 'adunit',
channel: '5611474977'
};
adsManager = new GAdsManager(map, publisherID, adsManagerOptions);
adsManager.enable();
我正在使用 xhtml1-strict doctype