堪称神器的命令行工具系列——curl


关于 curl

如何使用
curl https://nicelinks.site/
-e
curl?-e?'https://nicelinks.site?q=quickapp'?https://quickapp.lovejade.cn/--limit-rate
curl --limit-rate 200k https://nicelinks.site
-F
curl -F 'file=@example.png' https://example.com/files
curl?-F?'file=@example.png;type=image/png'?https://example.com/filescurl?-F?'file=@example.png;filename=me.png'?https://example.com/files
curl 妙用
查看网页源码
curl https://nicelinks.site/
curl https://nicelinks.site/\?_escaped_fragment_
if ($http_user_agent ~* "baiduspider|twitterbot|facebookexternalhit|rogerbot|embedly|quora link preview|showyoubot|outbrain|pinterest|slackbot|vkShare|W3C_Validator") {set $prerender 1;}if ($args ~ "_escaped_fragment_") {set $prerender 1;}if ($prerender = 1) {set $prerender "127.0.0.1:3000";rewrite .* /$scheme://$host$request_uri? break;proxy_pass http://$prerender;}
curl?-o?your-file-name.html?https://nicelinks.site/\?_escaped_fragment_自动跳转
curl -L https://hacpai.com/
显示通信过程
curl -v https://github.com
curl --trace output.txt https://github.com# orcurl --trace-ascii output.txt https://github.com
curl?--trace-ascii?output.txt?--trace-time?https://github.com发送表单信息
curl example.com/api/v1/profile?name=prfect-man
curl -X POST --data "file=xyz" example.com/api/v1/upload
curl?-X?POST--data-urlencode?"date=April?2"?example.com/api/v1/timedate文件上传
# 托管本地文件curl -F'file=@yourfile.png' https://0x0.st# 托管线上文件curl -F'url=http://example.cn/img.jpg' https://0x0.st
调用服务
缩短您指定的 url
curl -F'shorten=https://nicelinks.site' https://0x0.st
获取所在地 ip
curl -L tool.lu/ip# orcurl -L ip.tool.lu
获取天气预报
curl wttr.in

下载文件并显示下载进度
curl?-#?-o?pretty-gril.jpg?https://w.wallhaven.cc/full/9m/wallhaven-9mxjp8.jpg


?虎牙被抬员工当事人再发声;淘宝回应网店客服“看见”用户未发送内容;Python 3.9.2 发布 | 极客头条
?Ant Design 被删代码已恢复,现登顶 GitHub Trending Top 2
?「1s」即可!用 VS Code 一键玩转 GitHub 代码!
关注公众号:拾黑(shiheibook)了解更多
[广告]赞助链接:
四季很好,只要有你,文娱排行榜:https://www.yaopaiming.com/
让资讯触达的更精准有趣:https://www.0xu.cn/
关注网络尖刀微信公众号随时掌握互联网精彩
赞助链接
排名
热点
搜索指数
- 1 习近平将发表二〇二六年新年贺词 7904141
- 2 2026年国补政策来了 7808738
- 3 东部战区:开火!开火!全部命中! 7712893
- 4 2026年这些民生政策将惠及百姓 7616985
- 5 小学食堂米线过期2.5小时被罚5万 7519709
- 6 解放军喊话驱离台军 原声曝光 7428214
- 7 为博流量直播踩烈士陵墓?绝不姑息 7327605
- 8 每月最高800元!多地发放养老消费券 7238391
- 9 数字人民币升级 1月1日起将计付利息 7141831
- 10 2026年1月1日起 一批新规将施行 7040675










CSDN
