【发布时间】:2012-12-13 23:13:31
【问题描述】:
浏览器不显示图像。 我将此添加到我的 servlet-Context.xml:
<mvc:resources mapping="/images/**" location="/images/" />
在 home.jsp 中:
<img src="images/header.png">
它不显示图像:(为什么?
【问题讨论】:
浏览器不显示图像。 我将此添加到我的 servlet-Context.xml:
<mvc:resources mapping="/images/**" location="/images/" />
在 home.jsp 中:
<img src="images/header.png">
它不显示图像:(为什么?
【问题讨论】:
使用jstl标签
<img src="<c:url value="images/header.png"/>"/>
【讨论】:
WEB-INF 的webapp 文件夹中。