C#中ComboBox控件使用

Items.addRange(数组)如:

comboBox1.Items.AddRange(new string[]{"一","二","三"})


你可能感兴趣的:(String,C#)