List<KeyValuePair<int, string>> types = this.GetCategoryList();//访问所有活动的类型 foreach (KeyValuePair<int, string> item in types) { holder += item.Key + "," + item.Value+"<br/>"; }