🏠 首页 › 日志 › 正文 Bash: curl 命令学习 - cheatsheet 常见的 curl 场景记录 🕐 2025-10-06 20:58:17 cheatsheet功能代码GETcurl -X GET "https://httpbin.org/get" -H "accept: application/json"POST 带文件# 这种 form,会自动添加 method 为 post curl --location 'http://bag-nova-galaxy.beta.saybot.net/2/assess' \ --form "text=If you're happy and you know it, clap your hands." \ --form file=@$HOME/Downloads/01-if.mp3下载文件curl -O https://neat.joeldare.com/neat.css curl -O https://neat.joeldare.com/neat.html安装脚本curl -L https://meshery.io/install | bash - 🔗 参考链接 https://github.com/meshery/meshery