HTML Audio/Video DOM muted Property. PreviousNext. Example. Turn off sound for the video: Copy let vid = document.getElementById("video1"); vid.muted = true ...
確定! 回上一頁