0
的特性 'postscribe' 當我打電話 「postscribe」,則它表明:無法設置爲null
Cannot set property 'postscribe' of null.
我的代碼是
$(document).on('click', '.btn', function() {
google_ad_client = "pub-9999999999999999";
google_ad_slot = "9999999999";
google_ad_width = 300;
google_ad_height = 250;
postscribe('#adv1', '<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"><\\/script>');
})
誰能幫助?