drpDep.SelectedValue = "123" 的效率低于 drpDep.SelectedIndex = drpDep.Items.IndexOf(drpDep.Items.FindByValue(“123”)); 相关文章: