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 访问远程服务器数据库?除了 json 或 xml 的方式。我可以获得示例代码吗?
构建 Web 服务前端。
如果您的服务器已开发用于处理请求和发送响应,您可以使用 NSMutableURLRequest 并实现数据。您将收到纯 HTML 数据,然后您必须对其进行解析。