时间:2023-09-22 22:42:02 | 来源:网站运营
时间:2023-09-22 22:42:02 来源:网站运营
完成网站底部的布局:网站底部主要包括备案号的设置;网站运行时长的显示;网站权利的声明。<html><body> <div style="font:12px Tahoma; margin:0px auto; text-align:center;"><div>%%%%copyright%%%%<hr/>Copyright©2018-2019 <a href="http://www.zhangtj.top/resume/">章天杰</a> ALL RIGHTS RESERVED<br/>联系方式:tjzhang1993@foxmail.com<br/>%%%%备案号%%%%ICP:<a href="http://www.miitbeian.gov.cn/">苏ICP备18068555号-1</a><br/>%%%%运行时间显示%%%% <span id="runtime_span"></span> <script type="text/javascript">function show_runtime(){window.setTimeout("show_runtime()",1000);X=new Date("12/4/2018 00: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></div> <!-copyright end--></div> <!--footer end--> </body></html>
欢迎关注:道路AI关键词:布局,完成