//秒换算成时分秒的形式
Number.prototype.formatTime=function(){
// 计算
var h=0,i=0,s=parseInt(this);
if(s>60){
i=parseInt(s/60);
s=parseInt(s%60);
if(i > 60) {
h=parseInt(i/60);
i = parseInt(i%60);
}
}
// 补零
var zero=function(v){
return (v>>0)<10?"0"+v:v;
};
return [zero(h),zero(i),zero(s)].join(":");
};
alert(Number(52340).formatTime());
如果文章或资源对您有帮助,欢迎打赏作者。一路走来,感谢有您!
txttool.com 说一段 esp56物联 查询128 IP查询