伊人怎会持宠而骄
希望有人懂你的低头不语、小心翼翼守护你的孩子气
var total = 3600;
var t = setInterval(function(){
    total--;
    if(total == 0){
        clearInterval(t);
        return;
    }
    console.log( formatNumber(parseInt(total/60)) , formatNumber(total%60) );
}, 100);
posted on 2019-01-23 17:02  伊人怎会持宠而骄  阅读(53)  评论(0编辑  收藏  举报