Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有其他方法可以做这样的事情:
"../../../../index.html"
使用相对链接时?根据我在 google 上找到的一篇文章,您可以/在链接的开头使用 a 一直到根文件夹,但是当我尝试这样做时,它似乎不起作用。
/
谢谢。
使用斜线时,您将转到根目录。
在 Unix 中,您将转到驱动器的根目录,但在 Web 上使用它时,它会转到 Document 根目录。
文档根目录之外的任何内容都无法通过纯 HTML 访问。