显示时间倒计时
摘要:
<html xmlns="http://www.w3.org/1999/xhtml"><head> <script type="text/javascript"> var maxtime = 3 * 60 * 60 //一个小时,按秒计算,自己调整! function CountDown() { if (maxtime >= 0) { hours = Math.floor(maxtime / 3600) minutes = Math.floor((maxtime - 3600 * hours) / 60); se 阅读全文
posted @ 2013-01-23 13:56 程序小民工 阅读(143) 评论(0) 推荐(0)
浙公网安备 33010602011771号