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.
我已经成功登录了一个用户Parse.User.logIn(username,password)。现在我的 WebApp 需要根据用户的角色显示一个页面。
Parse.User.logIn(username,password)
这在客户端可能吗?我可以获取用户的角色Parse.User吗?
Parse.User
谢谢❤️