背景 項目裏有個秒殺倒計時功能模塊。 頁面切換Tab後,一段時間再回來發現明顯慢了。擼代碼吧: // ... CountDown.prototype.count = function() { var self = this; this.clear(); this.timeout = setTimeout(function(){ // 計數減1 if(--s