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.
添加了显示消息通知的示例。每当我们显示它时,我们都必须添加哔声。几乎它模仿了桌面警报等行为。
谁能有解决方案?
这应该有帮助
<script> function PlaySound(soundObj) { var sound = document.getElementById(soundObj); sound.Play(); } </script> <embed src="success.wav" autostart="false" width="0" height="0" id="sound1" enablejavascript="true">