不同时间显示不同的广告代码

  • A+
所属分类:帝国cms技巧

内容摘要

<script type="text/javascript">var h = new Date().getHours();var t = "";if(h >= 7 && h <= 13){ t = "<div class='inde_t_ad'><a href='http://ww

文章正文

<script type="text/javascript">var h = new Date().getHours();var t = "";if(h >= 7 && h <= 13)
{        t = "<div class='inde_t_ad'><a href='http://www.daixiao360.cn/' target='_blank' rel='nofollow'>
<img src='http://anyun.org/wp-content/uploads/2024/01/20240113152814-98.png' border='0' /></a></div>";        }
else if(h >= 14 && h <= 20){        t = "广告2";}  
else if(h >= 21 || h <= 6){        t = "广告3";  }document.getElementById('time_ads').innerHTML = t;</script>

注释:

早7点到13点显示广告1

14点到20点显示广告2

19点到次日6点显示广告3

代码注释

  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: