一些在网站上非常好用的代码lp爱生活网

①实时记录你的网站运行时间

效果如图(图中亮白色部分):

看起来是不是非常不错呢。那就将以下代码复制到你的网站中吧。

注:将Date(“10/16/:22:00”)更改为你建立网站的时间将“本站运行时间”更改为你想要的名称

代码:

spanid=”runtime_span”/spanscripttype=”text/javascript”functionshow_runtime(){window.setTimeout(“show_runtime()”,);X=newDate(“10/16/:22:00”);Y=newDate();T=(Y.getTime()-X.getTime());M=24*60*60*;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

②好用的html天气代码

效果如图:

以下是代码内容:

iframewidth=”″scrolling=”no”height=”80″frameborder=”0″allowtransparency=”true”src=”//i.tianqi.


转载请注明:http://www.aierlanlan.com/cyrz/4159.html

  • 上一篇文章:
  •   
  • 下一篇文章: