JAVA/JSTL
현재 URL 가져오기
KIMSG
2017. 7. 21. 16:04
1 2 3 4 5 | Context : <%= request.getContextPath()%> URL : <%= request.getRequestURL()%> URI : <%= request.getRequestURI()%> Path : <%= request.getServletPath()%> | cs |