文件名称:shijian
- 所属分类:
- 浏览器
- 资源属性:
- [JavaScript] [源码]
- 上传时间:
- 2015-01-28
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- 陈*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个倒计时,单位是100ms,格式为 剩余01时57分10.9秒。
在倒计时的容器div中传入属性设置起始时间和结束时间。写在html中是为了方便后台将时间数据传进来。
endYear //结束“年”
endMth //结束“月”
endDay //结束“日”
endHour //结束“时”
endMin //结束“分”
endSec //结束“秒”
beginYear //开始“年”
beginMth //开始“月”
beginDay //开始“日”
beginHour //开始“时”
beginMin //开始“分”
beginSec //开始“秒”
其中endHour, beginHour, beginMin, beginSec是必选的,其他参数是可选的。若年月日没有显示设置,则默认取客户端当前的年月日,而时分秒没有设置则默认为0。“月”是从0开始算的,即endMth=0表示结束月是1月份。
-This is a countdown, the unit is 100ms, the format for the remaining 01 hours 57 minutes 10.9 seconds.
Incoming attribute set start time and end time in the countdown to the container div. Written in html in order to facilitate data transfer time to come back.
endYear // End year
endMth // end month
endDay // End Day
endHour // End when
endMin // End points
endSec // End seconds
beginYear // Start year
beginMth // Start month
beginDay // Start day
beginHour // Start when
beginMin // Start points
beginSec // Start seconds
Which endHour, beginHour, beginMin, beginSec is mandatory, and other parameters are optional. If the date does not display settings, the default client take the current date, while the minutes and seconds is not set, the default is 0. Moon is the count starts at 0, ie endMth = 0 indicates the end of January is January.
在倒计时的容器div中传入属性设置起始时间和结束时间。写在html中是为了方便后台将时间数据传进来。
endYear //结束“年”
endMth //结束“月”
endDay //结束“日”
endHour //结束“时”
endMin //结束“分”
endSec //结束“秒”
beginYear //开始“年”
beginMth //开始“月”
beginDay //开始“日”
beginHour //开始“时”
beginMin //开始“分”
beginSec //开始“秒”
其中endHour, beginHour, beginMin, beginSec是必选的,其他参数是可选的。若年月日没有显示设置,则默认取客户端当前的年月日,而时分秒没有设置则默认为0。“月”是从0开始算的,即endMth=0表示结束月是1月份。
-This is a countdown, the unit is 100ms, the format for the remaining 01 hours 57 minutes 10.9 seconds.
Incoming attribute set start time and end time in the countdown to the container div. Written in html in order to facilitate data transfer time to come back.
endYear // End year
endMth // end month
endDay // End Day
endHour // End when
endMin // End points
endSec // End seconds
beginYear // Start year
beginMth // Start month
beginDay // Start day
beginHour // Start when
beginMin // Start points
beginSec // Start seconds
Which endHour, beginHour, beginMin, beginSec is mandatory, and other parameters are optional. If the date does not display settings, the default client take the current date, while the minutes and seconds is not set, the default is 0. Moon is the count starts at 0, ie endMth = 0 indicates the end of January is January.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
downCounter-master
..................\README
..................\downCounter.html
..................\js
..................\..\downCounter.js