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.
在 VB.NET 中,如何使用 POST 方法调用 URL?
我正在尝试利用网站的 API,但因为我没有网络服务经验,所以我不知道如何编写这个简单的代码。
如果这个问题让您感到困惑,或者我需要添加更多信息,请询问!
您正在寻找HttpWebRequest课程,或者更新更好的HttpClient课程。
HttpWebRequest
HttpClient