在form_load()函数中添加for(int i =1;i<13;i++){ combox.Items.Add(i.ToString()+"月"); combox.SelectedIndex = 0;//每次显示的是1月}