Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/460.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 未加载食品杂货积垢的CSS_Javascript_Css_Codeigniter_Grocery Crud - Fatal编程技术网

Javascript 未加载食品杂货积垢的CSS

Javascript 未加载食品杂货积垢的CSS,javascript,css,codeigniter,grocery-crud,Javascript,Css,Codeigniter,Grocery Crud,我已经安装了杂货积垢,它的工作!但页面上并没有加载任何css文件。我有crud提供给用户的标准代码,所以当我想查看页面代码时,我看到的是: <meta charset="utf-8" /> <link type="text/css" rel="stylesheet" href="http://localhost/grocery.ru/assets/grocery_crud/themes/datatables/css/demo_table_jui.css" /> <

我已经安装了杂货积垢,它的工作!但页面上并没有加载任何css文件。我有crud提供给用户的标准代码,所以当我想查看页面代码时,我看到的是:

<meta charset="utf-8" />

<link type="text/css" rel="stylesheet" href="http://localhost/grocery.ru/assets/grocery_crud/themes/datatables/css/demo_table_jui.css" />
<link type="text/css" rel="stylesheet" href="http://localhost/grocery.ru/assets/grocery_crud/css/ui/simple/jquery-ui-1.9.0.custom.min.css" />
<link type="text/css" rel="stylesheet" href="http://localhost/grocery.ru/assets/grocery_crud/themes/datatables/css/datatables.css" />
<link type="text/css" rel="stylesheet" href="http://localhost/grocery.ru/assets/grocery_crud/themes/datatables/css/jquery.dataTables.css" />
<link type="text/css" rel="stylesheet" href="http://localhost/grocery.ru/assets/grocery_crud/themes/datatables/extras/TableTools/media/css/TableTools.css" />
<link type="text/css" rel="stylesheet" href="http://localhost/grocery.ru/assets/grocery_crud/css/jquery_plugins/fancybox/jquery.fancybox.css" />

<script src="http://localhost/grocery.ru/assets/grocery_crud/js/jquery-1.8.2.min.js"></script>
<script src="http://localhost/grocery.ru/assets/grocery_crud/js/jquery_plugins/ui/jquery-ui-1.9.0.custom.min.js"></script>
<script src="http://localhost/grocery.ru/assets/grocery_crud/themes/datatables/js/jquery.dataTables.min.js"></script>
<script src="http://localhost/grocery.ru/assets/grocery_crud/themes/datatables/js/datatables-extras.js"></script>
<script src="http://localhost/grocery.ru/assets/grocery_crud/themes/datatables/js/datatables.js"></script>
<script src="http://localhost/grocery.ru/assets/grocery_crud/themes/datatables/extras/TableTools/media/js/ZeroClipboard.js"></script>
<script src="http://localhost/grocery.ru/assets/grocery_crud/themes/datatables/extras/TableTools/media/js/TableTools.min.js"></script>
<script src="http://localhost/grocery.ru/assets/grocery_crud/js/jquery_plugins/jquery.fancybox.pack.js"></script>
<script src="http://localhost/grocery.ru/assets/grocery_crud/js/jquery_plugins/jquery.easing-1.3.pack.js"></script>


这意味着它会加载这些文件吗?我想是的。这就是我在连接控制器“examples.php”时看到的(我也不写这段代码,因为它是杂货店存档中的基本文件):

如果单击文件链接,可以查看文件内容吗?是的,所有页面都可以,我可以看到所有信息。但信息不是样式化的。@Maria-当您打开页面->单击“查看源代码”->,然后选中-单击指向css样式的链接->如果您看不到css文件的内容(浏览器报告错误),您的路径是错误的。嘿,我看到了漂亮的路径,是吗?下一步是什么?:)href=“”单击url->如果你看到实际的css->路径是可以的,如果没有(可能就是这样)-你必须更改路径…:)