aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/url/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/url/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/glossary/url/index.html')
-rw-r--r--files/zh-cn/glossary/url/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/url/index.html b/files/zh-cn/glossary/url/index.html
new file mode 100644
index 0000000000..f07cd96129
--- /dev/null
+++ b/files/zh-cn/glossary/url/index.html
@@ -0,0 +1,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>