html, css ,jsp 모두 UTF-8로 업데이트
Content의 html, css, jsp 모두 UTF-8로 업데이트
UTF-8로 업데이트
Web의 html, css ,jsp 모두 UTF-8로 업데이트
Apply and Close 클릭
데이터 전송을 위한 3가지 조건
1) 데이터를 어디로 보낼껀지 : form태그의 action="" 속성! 2) 어떤 값을 보낼껀지 : input태그, select태그, textarea태그, name=""(식별자) 속성! 3) 언제 보낼껀지 : input태그의 type="submit" 태그
- 요청 데이터 꺼내오기
-> String data = requst.getParameter("name값");
- 요청 데이터 숫자 변환
int num = Integer.parseInt(request.getParameter("name값"));
Sting -> int
int num = Intrger.parseInt("숫자");
Servlet 주소
http://localhost:8081/Servlet01/DataSend
html 주소
http://localhost:8081/Servlet01/ex01DataSend.html
400 - 페이지를 찾을 수 없는 경우
500 - 페이지를 찾긴했으나 안쪽에 코드의 문제가 발생하면 뜨는 오류