我在 index.php 文件中有以下外部css / js文件
<link rel="stylesheet" href=".css/main.css" type="text/css">
<script src=".js/main.js?"></script>
问题 当我在浏览器中打开页面时,所有css / js代码都变为内联,如下所示
<style>
/* css code */
</style>
<script>
/* jscode */
</script>
有人知道&#34;酷&#34; php的功能是什么?我很乐意在主机上禁用它。 请查看链接http://toolkit4kinder.com/test/index.php
cat index.php
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./css/main.css" type="text/css">
</head>
<body>
<div> hello </div>
<script src="./js/main.js"></script>
</body>
</html>
答案 0 :(得分:2)
<强> RCA 强> 内联css / js由主机上的以下功能生成:
conda create -n <new environment name> python=2.7 spyder
<强>解决方案强> 使用以下代码在文件夹中创建/编辑.htaccess以禁用该功能:
https://www.modpagespeed.com/doc/filter-js-inline
https://www.modpagespeed.com/doc/filter-css-inline