``` function Countdown() { var _this=this; this.timeObject = setInterval(function () { //获取当前时间 var date = new Date(); var now = date.getTime(); //设置截 Read More
posted @ 2018-02-23 16:25 Sarah119 Views(285) Comments(0) Diggs(0) Edit