linux curl get/post请求

  作者:会飞的

GET 请求curl "http://www.test.com?a=1&b=2"POST 请求curl -H "Content-Type:application/json" -X POST -d '{"a": "1", "b":"2"}'