Html
    Css
    Js

    
                        
.wrap {
	text-align:center;
}
button {
	width:100px;
	height:50px;
	background:#0099e5;
	border:none;
	margin-top:20px;
	color:white;
	font-size:20px;
	border-radius:4px;
}
.show {
	background:#ff4c4c;
	color:white;
}
h5{padding: 0px;margin: 0px} 

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:2.1.4
 立即下载

定时器的暂停与恢复

注意定时器的累加,必须加条件约束,

1
      WckY0
      2017/4/13 18:58:00

      竟然还会出现倒数 不应该呀 得加个限制条件.......

      回复