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.
我有一台服务器,我希望两台计算机通过它进行通信 - 一台发送 POST 请求,另一台获取发布的内容,发布结果,第一台获取发布的内容。我知道如何发出 GET 和 POST 请求,但如何等待 POST 请求发生并获取发布的内容?
您需要启动一个网络服务器来执行此操作。
一个简单的入门方法是使用Spark Framework之类的东西。