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 タイプ