我在尝试在 template/header.php 和 footer.php 中加载 css 时遇到问题,并且在执行此操作时遇到问题。
我的 codeignitor 应用程序的结构是
-application
-views
-- css (folder)
--- style.css
-- template (folder)
---header.php
在 header.php 中,我使用以下行来加载 css
<style> @import url('<?=base_url()?>css/style.css'); </style>
在网络控制台中,我将其视为
GET http://localhost/groce/css/style.css [HTTP/1.1 404 Not Found 1ms]
groce 是我的应用程序的名称