Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 bash 脚本发送 POST 消息。在正文中应该有图像,但我不知道如何放置它们。
您可以为此使用 cURL:
curl -F File=@/path/to/your/file http://your.url
如果这不起作用,请在您的问题中添加更多详细信息。