IList<DepartmentTree> list0 = BLLDepartmentTree.Instance.FindAll().Where(o => o.ID == 0).ToList(); this.Response.Write(string.Format("list0:{0};<br /><br />", list0.Count)); 我是用的linq to ...