diff options
Diffstat (limited to 'files/zh-tw/glossary/uri/index.html')
-rw-r--r-- | files/zh-tw/glossary/uri/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/zh-tw/glossary/uri/index.html b/files/zh-tw/glossary/uri/index.html new file mode 100644 index 0000000000..8e0d68000c --- /dev/null +++ b/files/zh-tw/glossary/uri/index.html @@ -0,0 +1,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> |