From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/url/index.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 files/zh-cn/glossary/url/index.html (limited to 'files/zh-cn/glossary/url/index.html') 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 +--- +

统一资源定位器(URL) 是指定在Internet上可以找到资源的位置的文本字符串。

+ +

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

+ +

URL也可用于文件传输({{Glossary("FTP")}}) ,电子邮件({{Glossary("SMTP")}})和其他应用。

+ +

了解更多

+ +

基本知识

+ + + +

了解

+ + + +

规范

+ + -- cgit v1.2.3-54-g00ecf