Discuz!上Gooleg AdSense 展示问题解决方案
八月 29th, 2009 by
波波
->
这两天有些Discuz!论坛上Google Adsense广告无法展示,Google官方发布了如下解决方案,一起分享:
请大家进入Discuz!安装目录,在include\js目录下的common.js文件内删除以下语句:
Array.prototype.push = function(value) {
this[this.length] = value;
return this.length;
}
Posted in Google百科全书 |