1

我需要一个通过 jquery 加载广告位的解决方案。

我要加载的广告位是:

<script type="text/javascript"><!--
    google_ad_client = "abc1234";
    google_ad_slot = "23445";
    google_ad_width = 300;
    google_ad_height = 250;
    //-->
</script>
<script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

如何在页面中通过 jquery 加载此广告位?

4

0 回答 0