【发布时间】:2017-03-21 00:53:00
【问题描述】:
大家晚上好,我的href属性有问题,因为我不知道如何访问文件夹,我举个例子:
我留在 root/store/products/details.php
我想去root/index.php
我的回答是:我如何到达 root/index.php ?我一直在尝试使用 ../../index 但没有奏效
【问题讨论】:
-
必须是相对URI吗?为什么不直接使用
href="root/index.html"? -
@GoojajiGreg 没有前导
/将转到root/store/products/root/index.html