jsp用流从数据库读取图片, 如果有图片就显示,没有则显示默认的(2)
来源:未知 责任编辑:责任编辑 发表时间:2014-02-18 03:25 点击:次
7. userId = userId == null ? "" : userId.trim();
8. OutputStream os = response.getOutputStream();
9. if (!id.isEmpty()) {
10.
11. ret =UserService.getUserImgById(
12. id, os);
13. }
14. os.flush();
15. os.close();
16. os = null;
17. response.flushBuffer();//下面这三句是一定要加上的,否则就会报错。
18. out.clear();
19. out = pageContext.pushBody();
20. %>
摘自 0609xiaohua
相关新闻>>
- 发表评论
-
- 最新评论 更多>>