-I 查看网页状态 (200正常,301跳转)
-x 代理 curl –x+ip:80端口www......com 指定ip到某个网页,直接查看网页信息
curl -x192.168.2.10:80 'http://www.xrc.com/static/p_w_picpath/common/logo.png' -I
---查看网页具体的元素
curl -x192.168.2.10:80 -I www.xrc.com
----查看整个网站
-o 重命名 http://......重命名下载
-O http://......直接下载
-Iv 查看访问过程
-u 用户名:密码 http://..... 访问需要用户名密码的网站