curl -v -H "Accept-Encoding: deflate" http://xxx
-v 显示详情
-H 设置请求头
curl -d '数据' //会自动转成post请求
curl -v --header "Range: bytes=2-100" http://www.zhufengpeixun.cn/skin/20142/img/logo.png
curl -v -H 'Range:bytes=0-10' http...
↓curl 发送 query时候 `&`需要进行转译
$ curl -l http://localhost:8808/user?a=1\&b=2