HTML5提供了
<video src="video.mp4" controls>
Your browser does not support the video tag.
</video>
<audio src="audio.mp3" controls>
Your browser does not support the audio tag.
</audio>
在上面的代码中,
如果浏览器不支持
除了src和controls属性,
HTML5提供了
<video src="video.mp4" controls>
Your browser does not support the video tag.
</video>
<audio src="audio.mp3" controls>
Your browser does not support the audio tag.
</audio>
在上面的代码中,
如果浏览器不支持
除了src和controls属性,