aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/uri
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/uri
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/glossary/uri')
-rw-r--r--files/zh-cn/glossary/uri/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/uri/index.html b/files/zh-cn/glossary/uri/index.html
new file mode 100644
index 0000000000..d0178f5c6e
--- /dev/null
+++ b/files/zh-cn/glossary/uri/index.html
@@ -0,0 +1,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>