没有初学者.
在下面写了一个测试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中收到了警告
Resource interpreted as Script but transferred with MIME type text/x-c++: “http://lesscss.googlecode.com/files/less-1.3.0.min.js”.
为什么?