我在动态加载 javascript 代码时遇到问题,我将 google ads dfp 以下代码保存在我的数据库中:
<script type='text/javascript'>
GA_googleFillSlot("300x250");
</script>
但是,在使用 显示此代码时Ajax
,它没有显示相应的横幅广告,而是抛出了 javascript 错误"Error: GA_googleSetAdContentsBySlotForSync is not defined"
。
我该如何解决这个问题?