资讯

步骤 1: 使用 list box 类提供的 ListBox ()构造函数创建列表框。 // Creating ListBox using ListBox class constructorListBoxmylist=new ListBox (); ...