删除ListBox中选定的项:ListBox1.Items.Remove(ListBox1.SelectedItem.Text); 清空:ListBox1.Items.Clear(); 相关文章: 2021-07-20 2022-01-21 2022-12-23 2021-11-05 2022-12-23 2021-05-25 2022-02-04