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