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

常见的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))  匹配到图片

posted on 2019-06-22 19:26  深蓝88  阅读(6741)  评论(0编辑  收藏  举报

导航