IllegalStateException

response.setContentType("image/jpg"); FileInputStream in = new FileInputStream(new File("c:/123.jpg")); byte[] buf = new byte[1024]; int len = 0; while ((len = in.read(buf)) != -1) { response.getOutpu
相關文章
相關標籤/搜索