常见的content-type的类型有哪些?

1,432 阅读1分钟

常见的content-type的类型有哪些?(背)

text/plain         文本类型 text/css          css类型 text/html          html类型 application/x-javascript   js类型 application/json      json类型 image/png jpg gif      image/*
(/.+.(png|jpg|gif)$/.test(pathname)) 匹配到图片

text/plain文本类型 text/css css类型 text/html html类型 application/x-javascript js类型 application/json json类型 image/png jpg gif image/*