我需要一个解决方案来通过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加载此广告位?