国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

JS將秒換成時分秒實現代碼

2019-11-20 22:20:18
字體:
來源:轉載
供稿:網友
復制代碼 代碼如下:

function formatSeconds(value) {
var theTime = parseInt(value);// 秒
var theTime1 = 0;// 分
var theTime2 = 0;// 小時
// alert(theTime);
if(theTime > 60) {
theTime1 = parseInt(theTime/60);
theTime = parseInt(theTime%60);
// alert(theTime1+"-"+theTime);
if(theTime1 > 60) {
theTime2 = parseInt(theTime1/60);
theTime1 = parseInt(theTime1%60);
}
}
var result = ""+parseInt(theTime)+"秒";
if(theTime1 > 0) {
result = ""+parseInt(theTime1)+"分"+result;
}
if(theTime2 > 0) {
result = ""+parseInt(theTime2)+"小時"+result;
}
return result;
}
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 文成县| 涪陵区| 通辽市| 林甸县| 贵定县| 福鼎市| 南开区| 广南县| 明水县| 赣州市| 剑河县| 武山县| 齐齐哈尔市| 贵州省| 团风县| 华容县| 梁山县| 诸城市| 泽州县| 泸定县| 桐乡市| 湘潭市| 辽宁省| 昔阳县| 林周县| 乌兰察布市| 松原市| 江油市| 托里县| 京山县| 丰原市| 洞头县| 榆社县| 萨迦县| 桐梓县| 定襄县| 鄄城县| 闸北区| 老河口市| 鄂伦春自治旗| 开封市|