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.
有没有办法向“Worklight 设置”添加更多属性?我想存储一些值,以便客户可以更改它,并且在代码中我们可以在客户端读取这些值。
或者是否有可能建立一个类似的用户界面?
您应该自己编写 UI,在用户首选项中编写客户设置(请参阅WL.Client.setUserPref和WL.Client.getUserInfo其他 API 或使用 JSONStore 在本地存储中)。
WL.Client.setUserPref
WL.Client.getUserInfo