1. 程式人生 > >HTML5 because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME c

HTML5 because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME c

我這裡出現這個問題是 引入 的檔案路徑錯誤。

原來的檔案路徑是:

<link rel="stylesheet" href="../css/layui.css"  media="all">

然後一直無法載入。出現了這個情況。然後修改為:

<link rel="stylesheet" href="css/layui.css"  media="all">

跟上面相比,少了    ../    然後執行就正常了