CRIZEL
Home
Study
Food
로그인
홈
식단표
공부
전체메뉴
처리중...
프로그래밍
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) );
};
수정
삭제
목록