摘要: servlet里的方法View Code 1 @SuppressWarnings("unchecked") 2 public void doExport(HttpServletRequest request, 3 HttpServletResponse response) throws ServletException, IOException { 4 HttpSession session = request.getSession(); 5 String disname = (String) session.getAttrib... 阅读全文
posted @ 2012-10-10 10:25 杜旺 阅读(379) 评论(0) 推荐(0)