提醒:本文已经超过 1524 天未修改,其中某些信息可能已经过时,请谨慎使用!
你似乎正在查看一篇很久远的文章。
为了你这样的访客,我特地保留了我的历史博文。不要笑话过去的我,用温柔的目光看下去吧。

在很多网站,我们可以看见网站底部有“本站已经安全运行xxx天”,下面将讲解如何达到这样的效果

在页脚(footer.php)下,添加

<span id="runtime_span"></span><script type="text/javascript">function show_runtime(){window.setTimeout("show_runtime()",1000);X=new Date("11/11/2017 1:21:40");Y=new Date();T=(Y.getTime()-X.getTime());M=24*60*60*1000;a=T/M;A=Math.floor(a);b=(a-A)*24;B=Math.floor(b);c=(b-B)*60;C=Math.floor((b-B)*60);D=Math.floor((c-C)*60);runtime_span.innerHTML="本站已运行"+A+"天"+B+"小时"+C+"分"+D+"秒"}show_runtime();</script>

其中,本站已运行可以替换成任何文本,Date括号内填写建站日期(美式时间),格式为月/日/年 时:分:秒即可,如果想居中,则

添加
<

<center><div>居中的内容</div></center>

即变为

<center><div>
<span id="runtime_span"></span><script type="text/javascript">function show_runtime(){window.setTimeout("show_runtime()",1000);X=new Date("11/11/2017 1:21:40");Y=new Date();T=(Y.getTime()-X.getTime());M=24*60*60*1000;a=T/M;A=Math.floor(a);b=(a-A)*24;B=Math.floor(b);c=(b-B)*60;C=Math.floor((b-B)*60);D=Math.floor((c-C)*60);runtime_span.innerHTML="本站已运行"+A+"天"+B+"小时"+C+"分"+D+"秒"}show_runtime();</script></div></center>

从头再来一遍!

版权声明:转载时请以超链接形式标明文章原始出处和作者信息,来源孤影墨香
本文链接: https://www.gymxbl.com/390.html
访问时间:2024-09-14 10:53:14


正因为知道可以在空中翱翔,才会畏惧展翅的那一刻而忘却疾风 努力学习ing