# -v 参数输出通信的整个过程,用于调试 curl -v -I http://www.baidu.com # -x 指定http代理访问 curl -I www.baidu.com -x 127.0.0.1:80 # -e ...