摘要:
public class ResponseDemo1 extends HttpServlet { public void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { test1(resp); } //方法1: public void test1(HttpServletResponse resp) throws IOException, UnsupportedEncodingException { resp.setHead... 阅读全文
posted @ 2013-09-12 00:10
Hi_Amos
阅读(488)
评论(1)
推荐(0)
浙公网安备 33010602011771号