Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个简单的疑问。我想静音我页面上的任何声音。是否有 javascript、jquery 或其他东西可以自动将页面的音量设置为 0?只是静音它。太感谢了
简短的回答..不。浏览器无法使系统静音。那是操作系统级别的功能。
不过,好奇的是什么会激发这种渴望?
您可以尝试添加 style="volume:silent;" 到标签,看看是否有任何影响。不过,并非所有浏览器都支持这一点,而且它可能适用于除了会说话的浏览器之外的任何东西(即,不是普通的声音效果)。