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.
我有一个原始版本的 Microsoft Navision,我需要从中调用第 3 方 REST API 来获取/放置/发布请求。有没有办法使用本机 C++ 代码来做到这一点?
您可以编写一个 IP 帧并通过 TCP 套接字将其发送到端口 80。当然,可能有一些库可以为您做到这一点。
查看以前的 StackOverflow 问题
示例库