如何在servlet中提供存储在我的硬盘中的图像? 例如: 我有一个图像存储在path中,'Images/button.png'并且我想使用URL在servlet中提供该图像file/button.png。
'Images/button.png'
file/button.png
/file
response.getOutputStream()
Content-Type
image/png