URL的相对路径问题

本文详细探讨了URL的相对路径问题,根据RFC1630的规则,解析了不同情况下的路径组合方式。首先,相对路径必须与父URL的方案相同;其次,以斜杠开头的相对路径会匹配父URL的相应部分;最后,非斜杠开头的路径会替换父URL的最后一段。此外,<base>标签会改变页面中所有URL的基础路径。
摘要由CSDN通过智能技术生成

对于url的相对路径问题一直都没太仔细弄清楚,这次好好的查了一下:

rfc1630中有这样一段话:

The rules for the use of a partial name relative to the URI of the context are:

 

If the scheme parts are different, the whole absolute URI must be given.  Otherwise, the scheme is omitted, and:

 

If the partial URI starts with a non-zero number of consecutive slashes, then everything from the context URI up to (but not including) the first occurrence of exactly the same number of consecutive slashes which has no greater number of consecutive slashes anywhere to the right of it is taken to be the same and so prepended to the partial URL to form the full URL. Otherwise:

 

The last part of the path of the context URI (anything following the rightmost slash) is removed, and the given partial URI appended in its place, and then:

 

Within the result, all occurrences of "xxx/../" or "/." [这里大概是”./”]Are recursively removed, where xxx, ".." and "." are complete path elements.

 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值