ListBox 循环删除当前项

 for (int j = 0; j < this.listQuery.Items.Count; j++)
 {
               listQuery.Items.Remove(this.listQuery.Items[j]);
                    j--;
 }

posted @ 2013-01-17 15:37  丁焕轩  阅读(320)  评论(0)    收藏  举报