JQuery按照指定長度為數(shù)字前面補零
創(chuàng)新互聯(lián)公司10多年成都定制網(wǎng)站服務(wù);為您提供網(wǎng)站建設(shè),網(wǎng)站制作,網(wǎng)頁設(shè)計及高端網(wǎng)站定制服務(wù),成都定制網(wǎng)站及推廣,對成都白烏魚等多個方面擁有多年的網(wǎng)站設(shè)計經(jīng)驗的網(wǎng)站建設(shè)公司。function?PrefixInteger(num,?length)?{ ????return?(Array(length).join('0')?+?num).slice(-length); }
PrefixInteger(8,2);?返回08,表示長度為2,數(shù)字8前面補一個0。
JQuery倒計時
var?rest?=?4350859;??//時間戳 console.log(rest); $day?=?Math.floor(rest/(60*60*24)); console.log($day); $hour?=?Math.floor((rest?-?$day?*?(60*60*24))/(60*60)); console.log($hour); $minite?=?Math.floor((rest?-?$day?*?(60*60*24)?-?$hour?*?(60*60))/60); console.log($minite); $second?=?Math.floor(rest?-?$day?*?(60*60*24)?-?$hour?*?(60*60)?-?$minite?*?60); console.log($second); $day?=?PrefixInteger($day,2); $hour?=?PrefixInteger($hour,2); $minite?=?PrefixInteger($minite,2); $second?=?PrefixInteger($second,2); $("#my_day").html($day); $("#my_hour").html($hour); $("#my_minite").html($minite); $("#my_second").html($second); window.setInterval(function(){ ?????rest--; ????console.log(rest); ????$day?=?Math.floor(rest/(60*60*24)); ????console.log($day); ????$hour?=?Math.floor((rest?-?$day?*?(60*60*24))/(60*60)); ????console.log($hour); ????$minite?=?Math.floor((rest?-?$day?*?(60*60*24)?-?$hour?*?(60*60))/60); ????console.log($minite); ????$second?=?Math.floor(rest?-?$day?*?(60*60*24)?-?$hour?*?(60*60)?-?$minite?*?60); ????console.log($second); ????$day?=?PrefixInteger($day,2); ????$hour?=?PrefixInteger($hour,2); ????$minite?=?PrefixInteger($minite,2); ????$second?=?PrefixInteger($second,2); ????$("#my_day").html($day); ????$("#my_hour").html($hour); ????$("#my_minite").html($minite); ????$("#my_second").html($second); },1000);
html代碼:
天
????時
????分
????秒
????這樣倒計時功能就完成了,這里css樣式就需要大家自己去寫了?。?!
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機、免備案服務(wù)器”等云主機租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。