CString sInputItem = lst.GetAt(0); 报错,改为

CString sInputItem = lst.GetAt(0);   报错,改为

CString sInputItem = lst.GetAt(lst.FindIndex(nInputIndex));

原文地址:https://www.cnblogs.com/carl2380/p/1924574.html