curl 发送get,post请求

 

1.发送post请求,可以是json,html

curl -H 'content-type: application/json' -X POST -d '{"name":"shfbjsf"}'  http://www.jnshu.com/aaa

2.get 请求

curl   https://way.jd.com/he/freeweather?city=handan&appkey=8010132dcf54491a4eaa387f4db61774

posted @ 2019-04-11 17:38  江山一族  阅读(10673)  评论(0编辑  收藏  举报