我在 app_be.getBytes() 中有图像字节数组。
BufferedImage img = ImageIO.read(new ByteArrayInputStream(app_be.getBytes()));
我在我的jsp中有这条线。我在img中有图像。如何在我的jsp img标签中显示这个图像你能帮我吗?除了这个图像都正常工作。像这样我想打印 tat img 你能帮帮我吗
<img src="<%= img%>" height="100%" width="100%" >
我试过这样,<img src="<%= img.getSource()%>" height="100%" width="100%" >
但tat也不工作我不知道如何显示img plz帮助我。