本来就有内置的用户管理,可以在命令窗口输入代码查看
Output.Show("用户名:" & User.Name)Output.Show("用户分组:" & User.Group)Output.Show("用户角色:" & User.Roles)