aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/glossary/uri/index.html
blob: 8e0d68000c07be2289700b72d6d740342199e992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: URI
slug: Glossary/URI
translation_of: Glossary/URI
---
<p><span class="seoSummary">統一資源識別碼 (Uniform Resource Identifier,一般縮寫成 <strong>URI</strong>) 是個會指向資訊來源的字串。</span> 其中又以定位網址 {{Glossary("URL","URLs")}} 最為常見,會把該<strong>位址</strong>傳給網站,好讓網站辨認資訊來源。不過,統一資源名稱 {{Glossary("URN","URNs")}} 就不一樣了,是用命名空間允許的<strong>名稱</strong>指向資訊來源,例如國際標準書碼 (International Standard Book Number,一般以ISBN 縮寫)</p>

<h2 id="想了解更多嗎?">想了解更多嗎?</h2>

<h3 id="一般常識篇">一般常識篇</h3>

<ul>
 <li>{{Interwiki("wikipedia", "URI")}} on Wikipedia</li>
 <li><a href="http://tools.ietf.org/html/rfc3986">RFC 3986 on URI</a></li>
</ul>