/   根目录
./  当前目录
../ 父目录

|-www
|--project
|---js
|----index.js

设定www为网站根目录,在 index.js 文件中:
/   指代 www 目录
./  指代 index.js 文件所在的 js 目录
../ 指代 project 目录

results matching ""

    No results matching ""