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

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

相关文章:

  • 2021-05-12
  • 2022-12-23
  • 2021-05-17
  • 2022-01-10
  • 2021-11-06
  • 2021-10-01
  • 2021-05-10
猜你喜欢
  • 2021-05-30
  • 2022-12-23
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案