protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
response.setContentType("text/html; charset=EUC-KR");
->> 한글 깨지는거 방지
PrintWriter out=response.getWriter();
out.println("가나다");
}
}
web.xml의 param 가져오기 (0) | 2015.03.05 |
---|---|
jsp 파라미터값 서블릿으로 받아서 웹으로 뿌리기 (0) | 2015.03.05 |
ajax와 json을 이용한 회원정보 리스트 뽑아서 테이블에 뿌리기 (0) | 2015.03.04 |
JSONObject 이용해서 데이터 넘기기 (0) | 2015.03.03 |
ajax 랑 jquery 를 이용해서 데이터 가져오기 (0) | 2015.03.03 |