【问题标题】:How to emulate a postman post in c#如何在 C# 中模拟邮递员的帖子 【发布时间】:2021-12-05 16:16:57 【问题描述】: 我需要编写一个与 PostMan 操作等效的 C#。我知道这很简单,但我被卡住了!最好通过 HttpClient、WebClient、RestSharp 实现。请帮忙。 【问题讨论】: 标签: http postman httpclient send 【解决方案1】: 您可以在Postman中生成代码,支持为RestSharp生成代码。 https://learning.postman.com/docs/sending-requests/generate-code-snippets/ 【讨论】: Tony Yip --- 你是一个救生员。答案就在我面前(我看了好几遍)但我看不到。谢谢你