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.
我有一个需要包含在“area2.mysite.com/index.php”中的文件“area1.mysite.com/gallery/settings.php”。问题是我不能使用完整的 url 我需要从 /area2/www/index.php 倒退到 /area1/www/gallery/setting.php ......这会产生气味吗?
当然这可以使用相对链接来完成?所以你会包括
../../../area1/www/gallery/setting.php
只要这是您在问题中的正确文件设置...但是基本上每个 ../ 都会将您向上移动一个文件夹,然后您可以像使用非相对链接一样向下跳