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.
<audio controls="control"> <source scr="1.mp3" type="audio/mpeg/mp3"/> </audio>
我使用 Netbeans 7.2,我的 WEB-INF 文件夹中有这个名为 1.mp3 的文件仍然无法正常工作。代码有什么问题?
您已设置scr属性,请尝试src属性。
scr
src
<source scr="1.mp3" ...>
并检查 mime 类型以定义有效的源类型。
音频格式的 MIME 类型