示例<!doctype html><html> <body> <video width = "300" height = "200" controls muted> <source src = "/html5/foo.ogg" type = "video/ogg" /> <source src = "/html5/foo.mp4" type = "video/mp4" /> your browser does not support the video element. </video> </body></html>
以上就是如何在html中将视频的音频输出设置为静音?的详细内容。
