【发布时间】:2018-04-22 20:42:20
【问题描述】:
我需要在我的 html 页面中使用标签播放音频文件。但我不明白为什么它没有找到我传递给它的源。
<footer style="position: fixed; bottom: 0;">
<audio controls id="audiofile" style="width: 750px;" preload="none">
<source src="/home/tiziano/Desktop/Prova/flaskapp/templates/trim1_1.mp3" type="audio/mp3">
Your browser does not support the audio element
</audio>
</footer>
我尝试使用绝对路径和相对路径,但没有任何改变。 当我在 localhost 中加载页面时,它说当文件实际存在时找不到文件。 感谢您的帮助
【问题讨论】: