怎样得到Name和Time的值???
wjcsy 2010-01-15 03:05:26 System.Collections.Generic.List<object> list = new System.Collections.Generic.List<object>();
list.Add(new { SS = 1, QQ = new object[] { new { Name = "a", Time = DateTime.Parse("2010-1-1 17:30") }, new { Name = "b", Time = DateTime.Parse("2010-1-1 20:00") } } });