Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图弄清楚为什么在添加此资产行后它会变成它下面的行,但显示一个 404 文件未找到,而实际上它确实存在。
Asset::css('theme::bootstrap/bootstrap.css');
http://dev.myurl/application/themes/mytheme/assets/css/bootstrap/bootstrap.css” rel=“stylesheet”>
试试这个:
<?php Asset::css('bootstrap/bootstrap.css'); echo Asset::render(); ?>