-6
此代碼用於倒計時即將推出的頁面。我怎樣才能以簡短的方式或正確的方式編寫這段代碼?什麼是使用此代碼的正確方法?
$(document).ready(function() {
else if(month == 2){
var currentMo = 2564;
}else if(month == 3){
var currentMo = 452136;
}else if(month == 4){
var currentMo = 86985;
}else if(month == 5){
var currentMo = 1236;
}else if(month == 6){
var currentMo = 12365;
}else if(month == 7){
var currentMo = 12546;
}
});
哪裏如果阻止? – guradio
爲什麼不使用epoch/timestamp作爲結束日期,檢查當前時間戳並使用setTimeout函數更新它? – 25r43q
沒有最初的,如果沒有這些數字的含義的線索,有很多缺少的代碼,沒有跡象表明如何計算月份。人們應該如何回答? – Cranio