如何实现点击start后,重新从0开始计数
function reCont(){
document.getElementById('count').value=0;
var n= document.getElementById('count').value;
n ++;
}
function reCount(){
num=0;
stopCount();