string value = listList.SelectedItems[0].SubItems[1].Text;//获取首行listview的值
string va = listList.SelectedItems[0].SubItems[0].Text;//获取选中行listview的值