curl命令行访问

9762 阅读量 | 栏目: 站长动态 | 作者: clin | 时间:2022-01-12 10:17:57 | 评价: 1条

curl 网址 -w %{http_code}

默认get请求

输出返回的状态码:-w %{http_code} 

如果想用其他请求,请在路径后方加上 -X [method方法]

method:get、post、put、head、delete等等

来源:薇薇博客博客 微信:weicheng0526 ,转载请注明出处!
本文地址:https://blog.yousouji.com/curl.html
在线留言 做同款博客或定制博客联系 QQ:343420553 微信:weicheng0526
网友评价 评价需要后台审核过后方可显示,禁止违反法律法规

游客    2022-04-09 20:59:50

我想做一个,怎么联系