GET
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
HTTP GET
方法是用來請求指定資源的表示。使用 GET
的請求應僅用於請求數據(不應包含數據)。
備註:
在 GET
請求中發送主體/有效載荷可能會導致一些現有實現拒絕該請求——雖然規範沒有禁止,但語義是未定義的。最好直接避免在 GET
請求中發送有效載荷。
語法
http
GET /index.html
規範
Specification |
---|
HTTP Semantics # GET |
瀏覽器相容性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
GET |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.