获取常见的 content-type
文件类型
getContentType('form'); /// 'application/x-www-form-urlencoded'getContentType('file'); /// 'multipart/form-data'getContentType('pdf'); /// 'application/pdf'getContentType('PDF'); /// 'application/pdf'getContentType('unknown'); /// 'application/octet-stream' Copy
getContentType('form'); /// 'application/x-www-form-urlencoded'getContentType('file'); /// 'multipart/form-data'getContentType('pdf'); /// 'application/pdf'getContentType('PDF'); /// 'application/pdf'getContentType('unknown'); /// 'application/octet-stream'
获取常见的 content-type