2016-10-13 00:16:48 点击量:65 标签: 收藏本文
- function timeUpdate() {
- document.getElementById('time').innerHTML = video1.currentTime;
- }
- function durationChange() {
- document.getElementById('duration').innerHTML = video1.duration;
- }
- window.onload = function () {
- var videoPlayer = document.getElementById("video1");
- videoPlayer.ontimeupdate = function() { timeUpdate(); };
- }
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 + '秒';我们是一家提供综合软件外包与弱电工程服务的技术公司。
业务涵盖定制软件、管理系统、网站、小程序、APP、系统集成、网络布线、监控安防、门禁、机房建设及长期技术维护。
公司地址:湖北省宜昌市伍家岗区东站二路6号三峡(宜昌)大数据产业园海洋馆二楼A203室