-
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> <% request.setAttribute("newLine", "\n"); request.setAttribute("br", "<br>"); %> <c:set var="c" value="${vo.content }"/> <c:set var="c" value="${fn:replace(c,'<','<') }"/> <c:set var="c" value="${fn:replace(c,newLine,br) }"/> ${c } <c:set var="html" value=" ${vo.content }"/> <c:set var="html" value=" ${fn:replace(html,'<br>','<br>') }"/> <c:set var="html" value=" ${fn:replace(html,'&','&') }"/> ${html}<br>
'JSP' 카테고리의 다른 글
Listener 란? (0) 2016.08.18 [iBatis/myBatis] #와 $의 차이점 (0) 2016.07.15 EL에서 #과 $의 차이점 (0) 2016.07.15 JSP에서 No-Cache 설정하는 방법 (1) 2016.03.16 웹프로그래밍 언어별 Referer (0) 2016.03.16 댓글