A convenience object for determining the MIME type of a file name.
一个方便的对象确定MIME类型的文件名。
方法----------Methods----------
file_extname(fname=NULL): Returns the file extensions for the given file.
file_extname(fname=NULL):返回给定文件的文件扩展名。
mime_type(ext=NULL, fallback='application/octet-stream'): Returns the MIME type given the file extension. Be sure to include the dot character in ext. If no match is found, then the fallback MIME type is returned.
mime_type(ext=NULL, fallback='application/octet-stream'):返回给定的文件扩展名的MIME类型。一定要包括点字符ext。如果没有找到匹配项,然后回退的MIME类型被返回。