动态加载服务器上的图片
html
<img src="/loadImg?path='xxx'" /> |
java
/** |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment
/** * IO流读取存在服务器上的图片 * * @return * @throws IOException */@RequestMapping(value = "/loadImg", method = RequestM">
<img src="/loadImg?path='xxx'" /> |
/** |