Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 193 Bytes

File metadata and controls

11 lines (10 loc) · 193 Bytes

客户端向服务器发送网络请求的方式

GET: get/delete/head/options

POST: post/put


GET特点:从服务器获取信息给的少拿的多

POST特点: