<%@ page language="java" contentType="text/html; charset=euc-kr" pageEncoding="euc-kr"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
<c:set var="URL" value="${pageContext.request.requestURL}" />
<c:out value="${URL}"/>
<c:set var="URI" value="${pageContext.request.requestURI}" />
<c:out value="${URI}"/>
'업무중' 카테고리의 다른 글
엑셀에서 병합해제 후 빈칸 채우기 (0) | 2024.01.18 |
---|---|
JSTL c태그 if 안에 조건에 쓰는 연산자 (0) | 2024.01.17 |
맨날 헷갈리는 Oracle NVL 함수 (0) | 2024.01.17 |
JSTL C:TAG 예제 정리 (0) | 2024.01.16 |
웹투비 webtob 실행, 종료, http.m 컴파일 (0) | 2024.01.12 |