른록노트

[Java] jsp에서 태그 문자열 그대로 출력 (escape) 본문

Programming/[Java]

[Java] jsp에서 태그 문자열 그대로 출력 (escape)

른록 2018. 9. 28. 20:58

@ 방법


<c:out value="${data.name}" escapeXml="true" /> 


참고사이트

http://marobiana.tistory.com/121

반응형
Comments