WEB_Programming/JSTL 썸네일형 리스트형 3. JSTL IF 조건문 1. IF 문장 기본 You guessed my number! You did not guess my number! Guess what number I am thinking of? 2. if ~ else 문 Ok, we'll send pizza. pizzas. Enter a number between 1 and 5: 3. 논리 연산자 And와 Or을 이용한 if EL Expression Examples Logical Operators Your guess is You're in range! Try again! 4. true 값과 if문의 처리 Hello world! 5. 본문이 없이 if구문 처리하는 예제 I tested to see if you picked my number, the result was G.. 더보기 2. JSTL 연산자 1. 조건 비교 연산자 EL Expression Examples Logical Operators Comparison Operators 4 > '3' '4' > 3 '4' > '3' 4 >= 3 4 더보기 1. JSTL Out 사용 예제 1. JSTL c:out 예제 Out Example 10 * 3 = 2. c:out 예제 - 이 예제에서는 c:out value="${변수}" 를 이용하여 출력하는 예제이다. Your favorite color is: Choose your favorite color: red blue green yellow other 3. 폼에서 전달된 값이 없을경우 Default 값 사용 예제 3.1 formTest.jsp Enter your details First name: Last name: Age: 3.2 이 부분에서 폼 값이 없을경우 기본값을 출력하고 있다. Your details (or, the details that you entered!) First name Last name Age Partner's na.. 더보기 이전 1 2 3 다음