比如下拉框dropdownlist2
我想删除这个下拉框中的其中一个选项(Text值为"测试一下",Value值为"ABC")
我知道是要用dropdownlist2.Items.Remove来实现,但是这个方法里的参数应该怎么写?