curl 发送get,post请求
Posted qiyc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于curl 发送get,post请求的主要内容,如果未能解决你的问题,请参考以下文章