怎样根据listbox中value值得到index值如题. 请教各位.[解决办法]for(int i=0;i <l.Items.Count;i++){if(l.Items[i].Value = "AA "){return i;}}