摘要: public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { String path = this.getServletContex 阅读全文
posted @ 2017-03-16 21:33 贱贱的小帅哥 阅读(112) 评论(0) 推荐(0)
摘要: response.setHeader("content-type", "text/html;charset=UTF-8"); String data="中国"; OutputStream out =response.getOutputStream(); out.write(data. getByte 阅读全文
posted @ 2017-03-16 21:00 贱贱的小帅哥 阅读(221) 评论(0) 推荐(0)