To retrieve the current logged user is as easy as call CB.CloudUser.current but, if I change some data of this user, which is the best way of saving it back to DataBase?
答案 0 :(得分:0)
修改当前用户后。
CB.CloudUser.current.save({
//callback functions here..
});
如果有这个帮助,请告诉我。