표현언어2 표현언어와 자바빈 표현언어와 자바빈1 이름: 국어: 영어: 수학: 표현언어와 자바빈2 이름: 국어: 영어: 수학: 표현언어와 자바빈3 액션 태그로 생성된 자바빈 객체이름: ${score1.name}국어: ${score1.kor}영어: ${score1.eng}수학: ${score1.math}스크립트로 생성된 자바빈 객체 이름: ${score2.name}국어: ${score2.kor}영어: ${score2.eng}수학: ${score2.math} 2024. 6. 8. 표현언어 표현언어1 표현 언어값 \${3 + 4}${3 + 4} \${4 - 2}${4 - 2} \${5 div 3}${5 div 3} \${13 mod 4}${13 mod 4} \${ 3 ${ 3 \${5 gt 3}${5 gt 3} \${(6 > 3)?7:8}${(6 > 3)?7:8} \${header["user-agent"]}${header["user-agent"]} \${header["host"]}${header["host"]} 표현언어2 요청 URI : ${pageContext.request.requestURI} request의 name 속성의 값 : ${requestScope.name} code 속성의 값 : ${param.code} .. 2024. 6. 8. 이전 1 다음