摘要:
服务器servlet代码public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { String temp=request.getSession().getServletContext().getRealPath("/")+"temp"; //临时目录 System.out.println("temp="+temp); String loadpath=request 阅读全文
posted @ 2012-04-19 15:56
super_cj
阅读(530)
评论(0)
推荐(0)
浙公网安备 33010602011771号