출처: http://november11tech.tistory.com/88 [Mr.november11] 절대경로랑 상대경로 :: 사월은 봄이다.

최상위 경로의 파일 선택 = /


현재 경로에 있는 파일 선택 = ./


상위 경로에 있는 파일 선택 = ../ 


 


 


./aa.html


현재 자리에서 aa.html 파일을 불러와라


 


../aa.html


현재자리에서 폴더 밖으로 나가서 있는 aa.html 파일을 불러와라

+ Recent posts