<html><head><title>简洁实用的实时时间显示</title><meta http-equiv="content-Type" content="text/html;charset=gb2312"></head><!--把<body>改为--><body onload="startclock()"><!--把下面代码加到<body>与</body>之间--><form name="clock"><mce:script language="JavaScript"><!--var timerID = null;var timerRunning = false;function stopclock (){if(timerRunning)clearTimeout(timerID);timerRunning = false;}function startclock () {stopclock();showtime();}function showtime () {var now = new Date();var hours = now.getHours();var minutes = now.getMinutes();var seconds = now.getSeconds()var timeValue = now.getYear()+"年"+(now.getMonth()+1)+"月"+now.getDate()+"日" +((hours >= 12) ? " 下午 " : " 上午 " )timeValue += ((hours >12) ? hours -12 :hours)timeValue += ((minutes < 10) ? ":0" : ":") + minutestimeValue += ((seconds < 10) ? ":0" : ":") + secondsdocument.clock.thetime.value = timeValue;timerID = setTimeout("showtime()",1000);timerRunning = true;}// --></mce:script><input name="thetime" style="font-size:9pt;color:#000000;border:1px solid #FFFFFF;" mce_style="font-size:9pt;color:#000000;border:1px solid #FFFFFF;" size="28"></form></body></html><html><head><title>简洁实用的实时时间显示</title>&l 你的当前访问异常,请进行认证后继续阅读剩余内容。 提交