blob: d8f5d50cab97770d5601635a60dcee92d9855a02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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="/zh-TW/Learn/Understanding_URLs">Understanding URLs and their structure</a></li>
</ul>
|