최상위 경로의 파일 선택 = /
현재 경로에 있는 파일 선택 = ./
상위 경로에 있는 파일 선택 = ../
./aa.html
현재 자리에서 aa.html 파일을 불러와라
../aa.html
현재자리에서 폴더 밖으로 나가서 있는 aa.html 파일을 불러와라
'개발 > JSP_WEB' 카테고리의 다른 글
URL 따는 것 (0) | 2018.02.12 |
---|---|
request.getSession() (0) | 2018.02.12 |
[java.lang.IllegalStateException: getOutputStream() has already been called for this response] with root cause (0) | 2018.02.12 |
request.getParameter()과 request.getAttribute() (0) | 2018.02.12 |
str.getBytes (0) | 2018.02.12 |