在 CakePHP 中,如果我将 href 链接作为 href="/css/main.css" 提供,则它不是指 webroot 中的 css 文件夹。只有当我提到 href="http://localhost/cake/app/webroot/css/main.css" 时才会应用 css。
<link type="text/css" rel="Stylesheet" href="/css/main.css" media="screen,projection" />
这不适用于指定的 css。
这是什么原因?为什么代码无法识别正确的文件夹?