DataRow dr = ListBox.SelectedItem as DataRow;string selectedText = dr["字段"].ToString();需要知道每一项是什么类型。估计你的应该DataRow类型。