作者:手机用户2502892557 | 来源:互联网 | 2023-07-20 12:01
首先,图片是在项目 WebContent/imags目录下的
1.获取当前相对路径
<%
String path = request.getContextPath();
String basePath = request.getScheme() + &#8220;://&#8221;
+ request.getServerName() + &#8220;:&#8221; + request.getServerPort()
+ path + &#8220;/&#8221;;
%>
2.直接用获取的项目相对地址
images/head_success.jpg&#8221; height=&#8221;80&#8243; width=&#8221;650&#8243;/>
就可以 。。效果就不展示了 绝对可以的,我就是这样实现的。