transferred with MIME type application/x-gzip
新安装的laravel
在 hello.php 中
增加如下两端代码
<script src="js/i.js"></script>
<script>
console.log("???");
</script>
php artisan serve 后
chrome 返回 Resource interpreted as Script but transferred with MIME type application/x-gzip: "http://localhost:8000/js/i.js". 不将js程序解析为 js格式 这要怎么配置?
在 hello.php 中
增加如下两端代码
<script src="js/i.js"></script>
<script>
console.log("???");
</script>
php artisan serve 后
chrome 返回 Resource interpreted as Script but transferred with MIME type application/x-gzip: "http://localhost:8000/js/i.js". 不将js程序解析为 js格式 这要怎么配置?
1 个回复
wang
赞同来自: