https://www.ruanyifeng.com/blog/2019/09/curl-reference.html
指定get/post
curl -X POST https://www.example.com
post更换head
curl -d '{"login": "emma", "pass": "123"}' -H 'Content-Type: application/json' https://google.com/login
https://www.ruanyifeng.com/blog/2019/09/curl-reference.html
指定get/post
curl -X POST https://www.example.com
post更换head
curl -d '{"login": "emma", "pass": "123"}' -H 'Content-Type: application/json' https://google.com/login