码迷,mamicode.com
首页 > Web开发 > 详细

curl 命令

时间:2018-03-27 12:26:28      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:body   代码   访问   http   curl -O   log   span   col   源代码   

 

[root@localhost ~]# curl www.baidu.com                               # 访问百度,访问出来的内容是源代码
[root@localhost ~]# curl -I www.baidu.com                            # -I 用于表示访问 http 首部信息
[root@localhost ~]# curl -u username:password http://www.xxxx.com    # -u 用于访问需要验证的网页
[root@localhost ~]# curl -O https://www.baidu.com/img/bd_logo1.png   # -O 用于下载网页上的资源,功能与 wget 一致
[root@localhost ~]# curl -o baidu.png https://xxx/bd_logo1.png       # -o 用于下载并重命名

 

curl 命令

标签:body   代码   访问   http   curl -O   log   span   col   源代码   

原文地址:https://www.cnblogs.com/mingerlcm/p/8656342.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!