티스토리 뷰

Web Development/Jsp

jstl 개행 방법

dev ms 2016. 8. 12. 15:47
반응형

출처 : http://lunajin.tistory.com/3 

 

 Colored By Color Scripter

1
2
3
4
5
            <jsp:scriptlet>
                pageContext.setAttribute("crlf","\r\n");
                pageContext.setAttribute("lf","\n");
                pageContext.setAttribute("cr","\r");
            </jsp:scriptlet>


반응형