0
瀏覽器不顯示圖像。 我將此添加到我的servlet-context.xml中:Maven + JSP - 爲什麼不顯示圖像?
<mvc:resources mapping="/images/**" location="/images/" />
,並在回到Home.jsp:
<img src="images/header.png">
它不顯示圖像:(爲什麼
瀏覽器不顯示圖像。 我將此添加到我的servlet-context.xml中:Maven + JSP - 爲什麼不顯示圖像?
<mvc:resources mapping="/images/**" location="/images/" />
,並在回到Home.jsp:
<img src="images/header.png">
它不顯示圖像:(爲什麼
使用JSTL?標籤
<img src="<c:url value="images/header.png"/>"/>
不起作用:(。 – Furtano
您的圖片文件夾在類路徑中嗎?我的意思是它位於'webapp' f舊的地方存在'WEB-INF'。 – Usha
我把圖像無處不在。 – Furtano