我使用了这段代码,但它只在隐身模式下运行。视频在私人浏览器中正常播放,但不能在 chrome、mozila 中播放。如何解决,请帮帮我,我在 8 天内累了
<video controls muted>
<source src="https://www.w3schools.com/tags/movie.mp4" type="video/mp4">
<source src="https://www.w3schools.com/tags/movie.ogg" type="video/ogg">
Your browser does not support the video tag.