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.
检索当前登录的用户就像调用 CB.CloudUser.current 一样简单,但是,如果我更改了该用户的一些数据,将其保存回数据库的最佳方法是什么?
修改当前用户后。
CB.CloudUser.current.save({ //callback functions here.. });
让我知道这是否有帮助。