有没有像android一样的Rhodes本地存储有共享偏好
我想存储罗德岛的登录详细信息。我应该怎么办?有没有类似Android共享首选项的?
I want to store login details on Rhodes. What should I do? Is there one like Android Shared Preference?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将值存储为
然后您可以访问这些值,
请参阅官方 Rhodes 文档查看更多详细信息:
http://docs.rhomobile.com/rhodesapi/rhoconfig-api
Store values as
Then you can access these values as
See more details at official Rhodes docs:
http://docs.rhomobile.com/rhodesapi/rhoconfig-api
您可以通过使用本地数据库访问API(Rhom)存储任何数据(无需同步):
将本地数据库与 Rhom 结合使用
You can store any piece of data (no need to synchronize) through the use of the local database access api (Rhom):
Using the Local Database with Rhom