我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
A MIME type (now properly called "media type", but also sometimes "content type") is a string sent along with a file indicating the file type (for example, a sound file might be labeled audio/ogg
, or an image file image/png
). It serves the same purpose as filename extensions traditionally do on Windows.
Learn more
General knowledge
- Internet media type on Wikipedia
Technical reference
- List of MIME types
- Properly Configuring Server MIME Types
- Details information about the usage of MIME Types in a Web context.