@using MySystem.Models; @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; string SelfId = ViewBag.SelfId as string; string ParentId = ViewBag.ParentId as string; string UserId = ViewBag.Id as string; string MakerCode = ViewBag.MakerCode as string; List TopUsers = ViewBag.TopUsers as List; List Levels = ViewBag.Levels as List; } 循环机查询