diff options
Diffstat (limited to 'files/zh-tw/glossary/url/index.html')
-rw-r--r-- | files/zh-tw/glossary/url/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/files/zh-tw/glossary/url/index.html b/files/zh-tw/glossary/url/index.html new file mode 100644 index 0000000000..2aecd64d12 --- /dev/null +++ b/files/zh-tw/glossary/url/index.html @@ -0,0 +1,35 @@ +--- +title: URL +slug: Glossary/URL +tags: + - URL + - 'l10n:priority' + - 術語表 + - 鏈接 +translation_of: Glossary/URL +--- +<p><strong>統一資源定位器</strong> (<strong>URL</strong>) 是一個在互聯網上查找指定資源(<span class="tlid-translation translation" lang="zh-TW"><span title="">例如網頁,圖片或視頻</span></span>)位置的文本字符串。 </p> + +<p>在{{Glossary("HTTP")}}的文本中, URLs 通常被稱作網頁地址或鏈接。瀏覽器把 URLs 顯示在地址欄,如: <code>https://developer.mozilla.org</code> Some browsers display only the part of a URL after the "//", that is, the {{Glossary("Domain name")}}.</p> + +<p>URLs 同樣可以用於文件傳輸({{Glossary("FTP")}}) , 郵件 ({{Glossary("SMTP")}}), 以及其他應用程式.</p> + +<h2 id="了解更多">了解更多</h2> + +<h3 id="基礎知識"><strong>基礎知識</strong></h3> + +<ul> + <li>維基百科上的 {{Interwiki("wikipedia", "URL")}}</li> +</ul> + +<h3 id="學習其他">學習其他</h3> + +<ul> + <li><a href="/en-US/Learn/Understanding_URLs">Understanding URLs and their structure</a></li> +</ul> + +<h3 id="Specification">Specification</h3> + +<ul> + <li><a href="https://wiki.developer.mozilla.org/en-US/Learn/Understanding_URLs">Understanding URLs and their structure</a></li> +</ul> |