在本地测试好好的,但是项目发布到Tomcat后网页的图片不显示了,可以引用绝对路径
<a href="indexAction.hy?md=applyInfoPage&actId=${act.id }">
<img src="${pageContext.request.contextPath}/${ act.actPicPath }" height="80" width="160" οnerrοr="this.οnerrοr=null; this.src='${pageContext.request.contextPath}/resource/img/notfind.jpg'">
</a>