如何在Spring Boot中将数据库中的图像显示到jsp页面
index.jsp
这是我从表中打印第二列的代码,但它不起作用
<td><img src="<%out.print(rs.getString(2)); %>"
height="100px" width="100px"></td>
<td>
任何人都可以帮助我找出为什么图像未显示在JSP页面中
Index.jsp
this is my code to print 2nd column of image from table but it not work
<td><img src="<%out.print(rs.getString(2)); %>"
height="100px" width="100px"></td>
<td>
anyone help me to figure out why image not displayed in jsp page
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论