검색결과 리스트
글
아래는 다음을 참고하였음을 미리 밝힙니다.
-> http://www.jspstudy.co.kr/pages/lectures/lectureMain.jsp?lecture=/pages/lectures/old_lec/jspbaseLec/Lecture4.jsp
- java.util.Enumeration getParameterNames() : 모든 요청 매개변수의 이름을 Enumeration type으로 반환한다.
- String getParameter(String name) : String name에 연결된 요청매개변수의 String value를 반환한다.
requestTest.htm
requestTest.jsp
requestTest.htm 실행시
Test 클릭시
좋은 글이면 추천 눌러 주세요! 힘이 됩니다 ^^
- String[] getParameterValues(String name) : String name의 매개변수에 대한 모든 value를 String[] type으로 반환한다.
getParameterTest.htm
getParameterTest.htm
getParameterTest.jsp
getParameterTest.htm 실행시
리스트 항목에 있는 값을 중복 선택하여 submit 버튼 클릭시
'프로그래밍 > ㆍJSP/HTML5' 카테고리의 다른 글
[jsp] 기타 메서드들 (내부 환경) - response, out (0) | 2012.02.26 |
---|---|
[jsp] HTTP 헤더를 읽어내는 메서드 (0) | 2012.02.26 |
[jsp] 모든 내부 객체에서 사용되는 메서드 (0) | 2012.02.26 |
[jsp] 내부 객체들을 알아보자 - 표로 한 눈에 확인하기 (0) | 2012.02.26 |
RECENT COMMENT