【发布时间】:2015-03-31 20:20:27
【问题描述】:
背景:文件 style.css(位于 web-app/static/styles/style.css 中)中的 url(images/2.png) 无法加载位于 web-app/static/images/2 中的图片 2.png .png .我用的是spring框架
【问题讨论】:
-
样式表中的图像 URL 是相对于样式表的 URL,因此您需要使用绝对 URL 或使用可以找到图像的相对路径,例如
../images/2.png跨度>