var?outSec?=?5,?timeId?=?setInterval(function(){
如果(outSec?==?0){
clear interval(time id);
$ ("# button ")。單擊(單擊按鈕)。val('點擊按鈕');
返回;
}
$("#button ")。val('點擊按鈕('+outSec+')');
outSec?-=?1;
},1000)
})