ListBox1.Items[ListBox1.ItemIndex]不过要判断ItemIndex是否为-1,-1的时候为没有选中任何项,0为第一项
ListBox1.Items.Strings[ListBox1.ItemIndex] 获取选中行的内容