bulletin-board-3127287_640.jpg
该图片由Gerd AltmannPixabay上发布

Typecho.png

footer.php 代码

编辑 footer.php , 前,适当位置插入以下代码。Date("2019/05/20 00:00:00")部分请根据实际情况修改。

<!--运行周期-->
<span id="website_runtime"></span>
<script type="text/javascript">
function show_runtime(){window.setTimeout("show_runtime()",1000);x=new Date("2019/05/20 00:00:00");y=new Date();z=y.getTime()-x.getTime();mspd=24*60*60*1000;_d=z/mspd;d=Math.floor(_d);_h=(_d-d)*24;h=Math.floor(_h);_m=(_h-h)*60;m=Math.floor(_m);_s=(_m-m)*60;s=Math.floor(_s);website_runtime.innerHTML="站点已安全运行:"+d+"天"+h+"小时"+m+"分"+s+"秒";}show_runtime();
</script>
<!--运行周期-->
最后修改:2023 年 03 月 23 日 03 : 52 PM