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.
ヒントはありますか?私はこれを試しています: http://www.jplayer.org/悪い結果です。
悪い結果とは、機能せず、エラーがまったくないことを意味します。
そのため、.aac ファイルをサポートする代替手段を探しています。
これを試して
<!DOCTYPE html> <html> <body> <audio controls> <source src="" type="audio/aac"> </audio> </body> </html>