로그인
메뉴
↔
메인페이지
공부
나라장터 API
식단표
포트폴리오
그림연습
카테고리1
프로그래밍
카테고리2
JAVASCRIPT
제목
컨텍스트 패스 가져오기 함수
작성자
고성훈
작성일
2021-07-20
function getContextPath() {
var hostIndex = location.href.indexOf( location.host ) + location.host.length;
return location.href.substring( hostIndex, location.href.indexOf('/', hostIndex + 1) );
};
삭제
수정
목록