少初学者。
下面写了一个测试html
<head>
<link rel="stylesheet" type="text/css" href="404.less">
<script src="http://lesscss.googlecode.com/files/less-1.3.0.min.js" type="text/javascript"></script>
</head>
<body>test</body>
但在 Chrome 中收到警告
资源解释为脚本,但使用 MIME 类型 text/x-c++ 传输:“http://lesscss.googlecode.com/files/less-1.3.0.min.js”。
为什么?