메뉴
로그인
홈
STUDY
BOARD
DRAWING
MEMO
카테고리1
프로그래밍
카테고리2
JAVASCRIPT
제목
컨텍스트 패스 가져오기 함수
작성자
고성훈
작성일
2021-07-20 02:18:52
function getContextPath() {
var hostIndex = location.href.indexOf( location.host ) + location.host.length;
return location.href.substring( hostIndex, location.href.indexOf('/', hostIndex + 1) );
};
수정
삭제
목록
발송