java程序产生的实时图像如何在jsp页面显示
java程序产生的实时图像如何在jsp页面显示
日期:2016-09-02 09:57:16 人气:1
java程序产生的图表可以用jfreechart来展示。
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
// TODO Auto-generated method stub
response.setContentType("text/html;charset=GBK");