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