在加入书籍按钮 click事件中添加相应代码就行了void btnAdd_click(){ if(combox.selectedIndex!=-1){ listbox.Items.Add (combox.SelectedValue);}}