mime是一个互联网标准,通过设定它就可以设定文件在浏览器的打开方式。
mime.getType('/path/to/file.txt'); // => 'text/plain' mime.getType('file.txt'); // => 'text/plain' mime.getType('.TXT'); // => 'text/plain' mime.getType('htm'); // => 'text/html'