asynchttp 和 rhomobile
如何在 rhomobile 应用程序中显示 JSON 数据而不将其保存到数据库?
谢谢
How can i display JSON data in a rhomobile application without saving it to a database?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用
异步Http
use
AsyncHttp
要显示 JSON 数据,最好的方法是我在此处找到的
To display JSON data the best method is what I found here
尝试这个来获取没有回调 url 的 json
Try this one to get json without callback url