- VisualC#
-
2009-01-07 - 更新:2012-03-23
string[] str = new string[]{"amanda", "burkley", "circle"};
ComboBox1.Items.AddRange(str);
4,066 views




