aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/uri/index.html
blob: d0178f5c6e913cf9e5d06c4b768080a62b69cad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: URI
slug: Glossary/URI
tags:
  - Glossary
  - HTTP
  - URI
  - URL
translation_of: Glossary/URI
---
<p><strong>URI</strong><em>(统一资源标识符)</em>是一个指向资源的字符串。最通常用在 {{Glossary("URL")}} 上来指定Web上资源文件的具体位置。相比之下,{{Glossary("URN")}} 是在给定的命名空间用名字指向具体的资源,如:书本的ISBN。</p>

<h2 id="了解更多">了解更多</h2>

<h3 id="基础知识">基础知识</h3>

<ul>
 <li>在维基百科上的 {{Interwiki("wikipedia", "URI")}}</li>
 <li><a href="http://tools.ietf.org/html/rfc3986">RFC 3986 on URI</a></li>
 <li><a href="/en-US/docs/Web/HTTP/data_URIs">data URIs</a></li>
 <li><a href="/en-US/docs/URI/www_vs_non-www_URLs">www vs non-www</a></li>
</ul>