type="text/css" />
配置文件: define("SITE_URL","localhost");
define("CSS_URL",SITE_URL."/shop/public/Home/css/");
但是显示在浏览器获取的样式路径确是http://localhost/shop/index.php/home/user/localhost/shop/public/Home/css/st
为什么前面多了多了localhost/shop/index.php/home/user/
最佳答案