-
Notifications
You must be signed in to change notification settings - Fork 22
URI && URL && URN
L edited this page Jan 21, 2019
·
1 revision
URI是uniform resource identifier,统一资源标识符,用来唯一的标识一个资源
URL是uniform resource locator,统一资源定位器,它是一种具体的URI,即URL可以用来标识一个资源,而且还指明了如何locate这个资源
URN是uniform resource name,统一资源命名,是通过名字来标识资源,比如mailto:java-net@java.sun.com
URI是以一种抽象的,高层次概念定义统一资源标识,而URL和URN则是具体的资源标识的方式
URL和URN都是一种URI
举例
URI:file://a:1234/b/c/d.txt
URL:http://www.baidu.com