dropdownlist1.Items.Clear(); 全部删除 dropdownlist1.Items.Remove(要删除的选项); dropdownlist1.Items.RemoveAt(要删除的选项的索引);