aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/url/index.html
blob: f07cd961295cba6b9d3082bbff8bff677deda0cf (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
---
title: URL
slug: Glossary/URL
tags:
  - Glossary
  - Infrastructure
translation_of: Glossary/URL
---
<p>统一资源定位器(<strong>URL</strong>) 是指定在Internet上可以找到资源的位置的文本字符串。</p>

<p>{{Glossary("HTTP")}} 的上下文中,URL 被叫做”网络地址“或“链接”。你的浏览器在其地址栏显示URL,例如 <code>https://developer.mozilla.org</code></p>

<p>URL也可用于文件传输({{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="/zh-CN/docs/Learn/Common_questions/What_is_a_URL">什么是URL?</a></li>
</ul>

<h3 id="规范">规范</h3>

<ul>
 <li>URL的语法,在<a href="https://url.spec.whatwg.org/">URL Living Standard</a>中定义.</li>
</ul>