From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/zh-tw/web/http/methods/get/index.html | 69 +++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 files/zh-tw/web/http/methods/get/index.html (limited to 'files/zh-tw/web/http/methods/get/index.html') diff --git a/files/zh-tw/web/http/methods/get/index.html b/files/zh-tw/web/http/methods/get/index.html new file mode 100644 index 0000000000..654d4a3d3d --- /dev/null +++ b/files/zh-tw/web/http/methods/get/index.html @@ -0,0 +1,69 @@ +--- +title: GET +slug: Web/HTTP/Methods/GET +translation_of: Web/HTTP/Methods/GET +--- +
{{HTTPSidebar}}
+ +

HTTP GET method 方法請求展示指定資源。 使用 GET 的請求只應用於取得資料。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Request 有 bodyNo
成功的 response 有 bodyYes
{{Glossary("Safe")}}Yes
{{Glossary("Idempotent")}}Yes
{{Glossary("Cacheable")}}Yes
允許在 HTML 表單Yes
+ +

格式

+ +
GET /index.html
+
+ +

規範

+ + + + + + + + + + + + +
規範標題
{{RFC("7231", "GET", "4.3.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

瀏覽器相容性

+ + + +

{{Compat("http.methods.GET")}}

+ +

參見

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