获取选择的行 //m_List是要处理的对象 int nItem = m_List.GetNextItem(-1, LVNI_SELECTED); 获取指定行指定列的值 m_List.GetItemText(nItem, nSubItem);