摘要:
if (list.Count >0) { 效果图: 阅读全文
摘要:
1 Random r = new Random(); 2 List result = new List(); 3 int a; 4 List numlist = new List(); 5 for (int i = 1; i <... 阅读全文
摘要:
1.获取TreeView的值: 循环TreeView,获取checked每个节点的Text,串起来用逗号“,”隔开,保存到数据库。 2.修改权限TreeView时: 获取数据库的权限数据,将字符串转数组,循环匹配TreeViewd 节点,相同的节点checked 3.用户登录后,权限效果显示: 用户 阅读全文