URI和URL的區別

2021-07-29 00:09:57 字數 910 閱讀 4030

uri = universal resource identifier 統一資源標誌符

url = universal resource locator 統一資源定位符

urn = universal resource name 統一資源名稱

uri包括了url和urn。

uri告訴了你這個資源唯一的標識。

url還告訴了你這個資源的位置。

stackoverflow這個問題

url is more specific than uri.

url比uri更具體

uris identify and urls locate; however, locators are also identifiers, so every url is also a uri, but there are uris which are not urls.

uri是乙個標識而url是乙個定位。定位同樣也是標識,所以每個url都是uri但是並不一定每個uri都是url。

examples

this is a locator, which is an identifier for that physical location. it is like both a url and uri (since all urls are uris), and also identifies me indirectly as 「resident of..」. in this case it uniquely identifies me, but that would change if i get a roommate.

i say 「like」 because these examples do not follow the required syntax.

URI和URL的區別

url 統一資源定位符 也就是 例如 uri 通用資源標誌符 uri uniform resource identifier 統一資源標誌符 url uniform resource location 統一資源定位符 或統一資源定位器 urn uniform resource name 統一資源命名...

URI和URL的區別

uri和url的區別 uri uniform resource identifier,統一資源識別符號 url uniform resource locator,統一資源定位符 urn uniform resource name,統一資源名稱。uri和url的關係 url,urn是uri的子集。什麼...

URI和URL的區別

譯者 華科小濤 初學http協議,就被這兩個相似的術語搞蒙了,查了很多資料,總算搞清楚了。找資料還是英文啊,靠譜。本篇部落格翻譯自 是在是一片簡單實用的好文,對幫我們弄清概念很有幫助 譯文 一直存在很多技術上的爭論,其中最為妙的恐怕就是web位址應該叫什麼的問題。通常情況就是這樣 有人把位址列的內容...