1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > 用js控制video的src_百度知道

用js控制video的src_百度知道

时间:2022-10-20 08:25:38

相关推荐

用js控制video的src_百度知道

代码如下 <section id="player"> <video id="media" width="100%" height="100%" controls> <source id="v1" src="video/1.mp4"> </video> </section> <div class="container" width="100%" style="margin-top:20px"> <bu...展开//js部分window.onload=function(){document.getElementById("u1").onclick=function(){document.getElementById("v1").src="video/1.mp4";document.getElementById("media").load();}document.getElementById("u2").onclick=function(){document.getElementById("v1").src="video/2.mp4";document.getElementById("media").load();}document.getElementById("u3").onclick=function(){document.getElementById("v1").src="video/3.mp4";document.getElementById("media").load();}document.getElementById("u4").onclick=function(){document.getElementById("v1").src="video/4.mp4";document.getElementById("media").load();}}

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。