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.
我正在尝试实现一个处理来自 Iphone 应用程序的请求的服务器。基本上我打算使用带有http协议的json格式。我相信一定有一些现有的示例/项目可以使用,而不是从头开始。谁能提供一些示例链接。感谢你的帮助。
请点击此链接,该链接显示了一个响应 XML 或 JSON 响应的 Servlet。
为了创建 JSON,请查看这篇文章。