Post
EN

jstl 개행 방법

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

 1

2

3

4

5

            

                pageContext.setAttribute(“crlf”,”\r\n”);

                pageContext.setAttribute(“lf”,”\n”);

                pageContext.setAttribute(“cr”,”\r”);

            </jsp:scriptlet>

This article is licensed under CC BY 4.0 by the author.