curtime=`date "+%H:%M:%S"`
date1="08:00:00"
date2="12:00:00"
date3="13:00:00"
date4="17:00:00"
[[ ("$date1" < "$curtime" && "$curtime" < "$date2") || ("$date3" < "$curtime" && "$curtime" < "$date4") ]] && echo $date1 || echo $date2
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
阅读(870) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
评论热议

相关文章:

  • 2022-12-23
  • 2021-12-12
  • 2022-01-07
  • 2021-11-17
  • 2021-09-26
  • 2022-12-23
猜你喜欢
  • 2021-11-23
  • 2022-12-23
  • 2021-07-26
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案