很好用的計數時間工具

很好用的計數時間工具,
可以正屬時間也可以倒數時間。
原文在此

1.無法改顏色

1
中文字<script language="JavaScript">var now=new Date();var spday=new Date(1992,6-1,24);a=(spday.getTime()-now.getTime())/(24*60*60*1000);a=Math.ceil(a);document.write(""+a+"");</script>

倒數︰a=(spday.getTime()-now.getTime())
正數︰a=(now.getTime()-spday.getTime()

2.可改顏色正數計時

1
<a><font color=色碼 size=*px>祖已經誕生<font color="色碼"><script language="javascript">var now=new Date();var spday=new Date(1992,6-1,24);a=(now.getTime()-spday.getTime())/(24*60*60*1000);a=Math.ceil(a); document.write("<b>"+a+"</b>");</script></font></font></a>

3.可改顏色倒數計時

1
<a><font color=色碼 size=*px>祖的生日剩<font color="色碼"><script language="javascript">var now=new Date();var spday=new Date(2008,6-1,24);a=(spday.getTime()-now.getTime())/(24*60*60*1000);a=Math.ceil(a); document.write("<b>"+a+"</b>");</script></font></font></a>
本篇發表於 部落格架設。將永久鍊結加入書籤。

發表迴響

您的電子郵件位址並不會被公開。 必要欄位標記為 *

*

您可以使用這些 HTML 標籤與屬性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>