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.
我有 html 中的脚本,它在页面 ABC 加载时播放声音:
<audio id="s"><source src=".../s.wav" preload="auto"/></audio> <script type="text/javascript">var sample = document.getElementById("s"); sample.play(); s.volume='1';</script>
preload="auto"在 jquery 中如何实现功能?
preload="auto"
html 标记及其内容来自 html 字符串?