各位大神、小神早啊! 小弟代码来也!想要通过点击button控件清空 listBox控件中的文本的代码怎么写啊![解决办法]public void Button1_Click(object sender,EventArgs e){ listBox1.Items.Clear();}[解决办法]