網(wǎng)站底部添加運行時間代碼
錄入編輯:裕豐財稅 | 發(fā)布時間:2022-05-24<script type="text/javascript">function show_runtime(){window.setTimeout("show_runtime()",1000);X=newDate("9/6/2019 10:00:00");Y=new Date();T=(Y.getTime()-X.getTime());M=24*60*60*1000;···
<script type="text/javascript">function show_runtime(){window.setTimeout("show_runtime()",1000);X=new
Date("9/6/2019 10:00:00");
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后面的日期改為網(wǎng)站上線日期即可。