如何区分URI和URL?
答案 0 :(得分:5)
话虽如此,大多数人会互换使用这两个词。
来自维基百科(URL):
在计算中,统一资源定位符(URL)是统一资源标识符(URI),用于指定标识资源的可用位置以及检索资源的机制。
因此,URI 标识资源(充当其ID),URL指定资源位置。
答案 1 :(得分:2)
查找URI
的详细信息。
答案 2 :(得分:2)
URI - 统一资源标识符
URL - 统一资源定位器
URI 通过任何类型的元信息识别资源。
网址在网络上找到资源,这意味着您有 一个URL和您可以检索资源的适当协议。
URI的一个特征是,它提供了有关的信息 恰好一个资源。另一个是可以有多个URI 描述相同的资源。
答案 3 :(得分:2)
从RFC 2396 here开始,我引用
A URI can be further classified as a locator, a name, or both.
The term "Uniform Resource Locator" (URL) refers to the subset of URI
that identify resources via a representation of their primary access
mechanism (e.g., their network "location"), rather than identifying
the resource by name or by some other attribute(s) of that resource.
The term "Uniform Resource Name" (URN) refers to the subset of URI
that are required to remain globally unique and persistent even when
the resource ceases to exist or becomes unavailable.
答案 4 :(得分:0)
答案 5 :(得分:0)
答案 6 :(得分:0)