DOCTYPE html> Insert title here testForm2.jsp 페이지 이름: 나이: DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Insert title here testPro2.jsp 페이지 태그에 URIEncoding="UTF-8" 속성 추가 post방식 한글처리: */ // request의 post 파라미터값 한글처리 request.setCharacterEncoding("utf-8"); String name = request.getParameter("name"); String strAge = request.getParameter("age"); //..