·您当前的位置:首页 > 技术教程 > JavaScript >

[js]js中把时间currentTime值转为分钟与数数

时间:2016-03-17 14:21酷播
JS 如何把 duration 秒 转为 时分秒显示 currentTime,[js]js中把时间currentTime值转为分钟与数数
  1. function timeUpdate() { 
  2.             document.getElementById('time').innerHTML = video1.currentTime; 
  3.         } 
  4.  
  5.         function durationChange() { 
  6.             document.getElementById('duration').innerHTML = video1.duration; 
  7.    
  8.         } 
  9.         window.onload = function () { 
  10.             var videoPlayer = document.getElementById("video1"); 
  11.             videoPlayer.ontimeupdate = function() { timeUpdate(); }; 
  12.         } 
  13.   
var hour = Math.floor (video1.duration / 3600);
var other = video1.duration % 3600;
var minute = Math.floor (other / 60);
var second = (other % 60).toFixed (2);
document.getElementById ('duration').innerHTML = hour + '时' + minute + '分' + second + '秒';

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器