Apache 无法解释以下链接:
<link href="../../chorus-theme/css/main.css@browserId=firefox&t=1344590189623" rel="stylesheet" type="text/css" />
因为 @browserId=firefox&t=1344590189623 在 main.css 之后
但是当我直接在浏览器中打开 html 文件时,它可以工作,样式被应用。如果我使用 url 链接:
http://localhost:8080/TCS/group/guest
该样式不再应用,它无法读取 main.css@browserId=firefox&t=1344590189623。如果我将 main.css@browserId=firefox&t=1344590189623 重命名为 main.css 并在 html 文件中进行更改,则会应用该样式。
有人可以帮忙吗?谢谢您的回答。