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/uri/index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 files/zh-cn/glossary/uri/index.html (limited to 'files/zh-cn/glossary/uri') diff --git a/files/zh-cn/glossary/uri/index.html b/files/zh-cn/glossary/uri/index.html new file mode 100644 index 0000000000..d0178f5c6e --- /dev/null +++ b/files/zh-cn/glossary/uri/index.html @@ -0,0 +1,22 @@ +--- +title: URI +slug: Glossary/URI +tags: + - Glossary + - HTTP + - URI + - URL +translation_of: Glossary/URI +--- +

URI(统一资源标识符)是一个指向资源的字符串。最通常用在 {{Glossary("URL")}} 上来指定Web上资源文件的具体位置。相比之下,{{Glossary("URN")}} 是在给定的命名空间用名字指向具体的资源,如:书本的ISBN。

+ +

了解更多

+ +

基础知识

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