没问题。
```curl -vv
http://blog.csdn.net/* Adding handle: conn: 0x7fdde3804000
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7fdde3804000) send_pipe: 1, recv_pipe: 0
* About to connect() to
blog.csdn.net port 80 (#0)
* Trying 114.112.73.198...
* Connected to
blog.csdn.net (114.112.73.198) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.30.0
> Host:
blog.csdn.net> Accept: */*
>
< HTTP/1.1 200 OK```
……
```* Connection #0 to host
blog.csdn.net left intact```