当前位置:首页 > Web开发 > 正文

because its MIME type (text/html) is not a supported stylesh

2024-03-31 Web开发

浏览器报错误(chrome和firefox都会):because its MIME type (‘text/html‘) is not a supported stylesheet MIME type, and strict MIME checkin...

2 解决方案

<link href="" media="all"> //删除rel属性或者删除rel和media属性都可以,改为如下: <link href="" media="all"> <link href="">

3 小结

同时也会伴随JS不支持等,解决了CSS问题,JS警告也就会消失。如果资源找不到,,又在Linux系统上,主要路径大小写问题。

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/42615.html