摘要:
how to use javascript show the time?code:<html><head><script type="text/javascript">function startTime(){var today=new Date()var h=today.getHours()var m=today.getMinutes()var s=today.getSeconds()// add a zero in front of numbers<10m=checkTime(m)s=checkTime(s)document.g 阅读全文
posted @ 2011-06-04 14:02
hnrainll
阅读(584)
评论(0)
推荐(0)