Which mime type should I use for mp3

前端 未结 5 2206
滥情空心
滥情空心 2020-11-29 02:45

I\'m trying to decide which mime type to choose for returning mp3 data (served up by php)

according to this listing of mime types: http://www.webmaster-toolkit.com/m

5条回答
  •  眼角桃花
    2020-11-29 03:05

    You should always use audio/mpeg, because firefox cannot play audio/mpeg3 files

提交回复
热议问题