0

浏览器不显示图像。我将此添加到我的 servlet-Context.xml 中:

<mvc:resources mapping="/images/**" location="/images/" />

在 home.jsp 中:

<img src="images/header.png">

它不显示图像:(为什么?

4

1 回答 1

0

使用 jstl 标签

<img src="<c:url value="images/header.png"/>"/>
于 2012-12-13T23:42:20.050 回答