在 iPhone 上使用 Web 服务

发布于 2024-11-08 06:29:16 字数 161 浏览 0 评论 0原文

这听起来可能是一个非常愚蠢的问题,但这里是......Web 服务,它们到底是什么以及我如何找到可供我开发的 Web 服务?

我在 Google 上搜索了教程或 Web 服务列表,但我似乎找不到合理的定义或如何实现它们。

一如既往,我们非常感谢任何帮助或有用教程或书籍的链接。

This probably sounds like a really dumb question, but here goes....Web Services, what the hell are they and how do I find what web services are available for me to develop with?

Ive searched Google for a tutorial or a list of Web Services but I dont seem to be able to find either a reasonable definition or how to go about implementing them.

Any help or links to helpful tutorials or books is, as always greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

孤单情人 2024-11-15 06:29:17

不会有一大堆网络服务。一般来说,您会弄清楚您希望应用程序做什么,然后根据此寻找 API。

如果您想编写一些与 Twitter 挂钩的东西,您就可以将其与 Twitter 的 API 挂钩。如果您想向用户显示附近位置的列表,您可以连接到 FourSquare 的 API。

There's not going to be one big list of web services. Generally, you figure out what you want your app to do, and go looking for APIs based on that.

If you wanted to write something that hooked into Twitter, you'd have it hook into Twitter's API. If you wanted to show the user a list of nearby locations, you might hook into FourSquare's API.

残月升风 2024-11-15 06:29:17

Web 服务没什么大不了的。它只是一个开发的 Web 应用程序,专门以特殊的预定义格式返回某些内容。以便其他软件可以使用它。

Web service is nothing much. It is just a web application developed that would specially returned something in a special predefined format. So that other software can use it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文