使用curl发送请求
curl常见用法 #9min30s url=http://www.baidu.com get请求 curl $url post请求 curl -d 'xxx' $url proxy使用 curl -x 'http://127.0.0.1:8080' $url使用curl发送请求,curl重要参数 #11min46s -H "Content-Type:application/json" 消息头设置 -u username:password
原创
2021-08-31 23:15:26 ·
565 阅读 ·
0 评论