js 根据客户端控制显示广告

180it 2020-02-20 AM 2832℃ 0条
if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iOS|iPad|Backerry|WebOS|Symbian|Windows Phone|Phone)/i))) { 

}else{
document.write('<script async src="//xxx.js"></script>');
document.write('<ins class="adsbygoogle"');
document.write('style="display:inline-block;width:468px;height:60px"');
document.write('data-ad-client="ca-pub-7515443544894528"');
document.write('data-ad-slot="3076591508"></ins>');
document.write('<script>');
document.write('(adsbygoogle = window.adsbygoogle || []).push({});');
document.write('</script>');

//document.write("<script type=\"text/javascript\">google_ad_client = \"ca-pub-7515443544894528\";google_ad_slot = \"3076591508\";google_ad_width = 468;google_ad_height = 60;</script>");
//document.write("<script type=\"text/javascript\" src=\"//pagead2.googlesyndication.com/pagead/show_ads.js\"></script>");
}
支付宝打赏支付宝打赏 微信打赏微信打赏

如果文章或资源对您有帮助,欢迎打赏作者。一路走来,感谢有您!

标签: none

js 根据客户端控制显示广告