- 支持页面内同时存在多个计时器并且不互相干扰
- 倒计时可以是秒数,可以是时间戳,可以是日期时间(设置一种即可)
- 支持多种格式,比如可以省略天、小时...等等,前面省略会自动加到后面,最多可以只有秒
<div class="timer-simple-seconds" (timer="3600" | timestamp="1482737420000" | datetime="2016-12-26 15:30:20")><span class="day">0</span>天<span class="hour">00</span>时<span class="minute">00</span>分<span class="second">00</span>秒</div>
因为在HTTP中多个空白符会合为一个空格,所以建议多个span写为一行来避免空格问题。
http://htmlpreview.github.io/?https://github.com/BenDanChen/simpleTimer/blob/master/index.html