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

相关文章:

  • 2021-08-14
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2021-12-05
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
相关资源
相似解决方案