外部引入css样式报错Resource interpreted as Stylesheet but transferred with MIME type html/text

Resource interpreted as Stylesheet but transferred with MIME type html/text

解决方法:

1.将content-type改为text/css

2.修改过滤器编码

原因:在编码过滤器时使用response.setContentType=“text/html”导致外部css无法引入。

猜你喜欢

转载自www.cnblogs.com/binhuang01/p/11873462.html