www.bersaty.com
摘要: public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType("text/html;charset=utf-8"); PrintWriter out = response.getWriter(); //获取url String url = request.getRequestURL().t... 阅读全文
posted @ 2013-07-20 16:12 bersaty 阅读(1167) 评论(0) 推荐(0)