今天发现,discuz论坛中添加的google广告不能显示,其它网站上的google ad正常显示,不清楚是什么原因?怎么办,如何解决?
Discuz论坛不显示Google广告解决方法:
include\js目录下common.js文件内或者/include/javascript/这个目录里面的common.js
删除一下代码:
Array.prototype.push = function(value) {
this[this.length] = value;
return this.length;
}
0 条评论 发表评论