如何连接 Web 服务以获取 Objective-C 中的货币值
我想在我的 iPhone 应用程序启动时获取货币价值。 怎么做呢?什么网络服务?我在 php 中找到了一个代码,使用 google 请求作为“1 USD FOR EURO”返回货币值(试试这个 链接文本)但是如何获取OjC中的返回值并将其放入变量中?谢谢
I would like to get values of currencies on my iphone application whe it starts.
How to do it? what webservice? I found a code in php using google request as "1 USD FOR EURO" that returns the currency value (try this link text) but how to get the returning value in OjC and put it into a variable? thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
汇率并不是一个世界常数——每个兑换处的汇率都不同。尝试寻找一家银行或某种金融机构,以 Web 服务的形式发布其利率。
The exchange rate is not a world constant - it varies from one exchange office to another. Try finding a bank, or some kind of a financial institution, that publishes their rates as a Web service.
我发现了这个 www.ecb.int/stats/eurofxref/eurofxref-daily.xml
现在我正在学习 sdk 或者了解如何读取 xml 文件
I found this www.ecb.int/stats/eurofxref/eurofxref-daily.xml
Now I'm studing sdk in orther to know how to read xml files