Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
浏览器不显示图像。我将此添加到我的 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"/>"/>