当前位置:   article > 正文

html 视频进度条消失,视频中的进度条是怎么显示出来的?

html视频代码自动播放无进度条

function btn(){

//for(var i= 0; i<=100;i++){

//  setTimeout(function(){

//     updateprogress(i);

// },2000)

//}

var i = 0;

function thread_one(){

if(i <= 100){

i++;

updateprogress(i);

}

}

setInterval(thread_one,100);

}

function updateprogress(newValue){

var progressBar = document.getElementByID("p")

progressBar.value = newValue;

progressBar.getElementsByTagName("span")[0].textContent = newValue;

}

pregress元素的使用

完成百分比0%

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/130276
推荐阅读
相关标签
  

闽ICP备14008679号