📌  相关文章
📜  在 css 代码示例中访问文件夹

📅  最后修改于: 2022-03-11 14:47:46.608000             🧑  作者: Mango

代码示例1
Starting with "/" returns to the root directory and starts there.
Starting with "../" moves one directory backwards and starts there.
Starting with "../../" moves two directories backwards and starts there (and so on...) To move forward, just start with the first. subdirectory and keep moving forward.